Interface Callable
-
- All Known Implementing Classes:
ExportableFunction
,Function
,WeakFunctionReferenceCallable
public interface Callable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getLabel()
int
resolveIndex(WasmValue.ExportContext context)
WasmType
resolveResultType(WasmValue.ExportContext context)
-
-
-
Method Detail
-
getLabel
java.lang.String getLabel()
-
resolveResultType
WasmType resolveResultType(WasmValue.ExportContext context)
-
resolveIndex
int resolveIndex(WasmValue.ExportContext context)
-
-