java.lang.Object
com.dylibso.chicory.runtime.ImportFunction
- All Implemented Interfaces:
ImportValue
- Direct Known Subclasses:
HostFunction
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.dylibso.chicory.runtime.ImportValue
ImportValue.Type -
Constructor Summary
ConstructorsConstructorDescriptionImportFunction(String module, String name, com.dylibso.chicory.wasm.types.FunctionType type, WasmFunctionHandle handle) ImportFunction(String module, String name, List paramTypes, List returnTypes, WasmFunctionHandle handle) Deprecated. -
Method Summary
-
Constructor Details
-
ImportFunction
public ImportFunction(String module, String name, com.dylibso.chicory.wasm.types.FunctionType type, WasmFunctionHandle handle) -
ImportFunction
@Deprecated(since="1.3.0") public ImportFunction(String module, String name, List paramTypes, List returnTypes, WasmFunctionHandle handle) Deprecated.
-
-
Method Details
-
convert
@Deprecated(since="1.3.0") protected static List<com.dylibso.chicory.wasm.types.ValType> convert(List objs) Deprecated. -
handle
-
module
- Specified by:
modulein interfaceImportValue
-
name
- Specified by:
namein interfaceImportValue
-
type
- Specified by:
typein interfaceImportValue
-
paramTypes
-
returnTypes
-
functionType
public com.dylibso.chicory.wasm.types.FunctionType functionType()
-