Interface WasmValue.ExportContext
- All Known Implementing Classes:
ExportableFunction.DefaultExportContext
- Enclosing interface:
WasmValue
public static interface WasmValue.ExportContext
-
Method Summary
-
Method Details
-
owningContainer
Container owningContainer() -
functionIndex
FunctionIndex functionIndex() -
globalsIndex
GlobalsIndex globalsIndex() -
localIndex
LocalIndex localIndex() -
tagIndex
TagIndex tagIndex() -
subWith
-
anyFuncTable
TablesSection.AnyFuncTable anyFuncTable()
-