java.lang.Object
com.dylibso.chicory.runtime.ImportFunction
com.dylibso.chicory.runtime.HostFunction
- All Implemented Interfaces:
ImportValue
A HostFunction is an ExternalFunction that has been defined by the host.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.dylibso.chicory.runtime.ImportValue
ImportValue.Type -
Constructor Summary
ConstructorsConstructorDescriptionHostFunction(String moduleName, String symbolName, com.dylibso.chicory.wasm.types.FunctionType type, WasmFunctionHandle handle) HostFunction(String moduleName, String symbolName, List paramTypes, List returnTypes, WasmFunctionHandle handle) Deprecated. -
Method Summary
Methods inherited from class com.dylibso.chicory.runtime.ImportFunction
convert, functionType, handle, module, name, paramTypes, returnTypes, type
-
Constructor Details
-
HostFunction
@Deprecated(since="1.3.0") public HostFunction(String moduleName, String symbolName, List paramTypes, List returnTypes, WasmFunctionHandle handle) Deprecated. -
HostFunction
public HostFunction(String moduleName, String symbolName, com.dylibso.chicory.wasm.types.FunctionType type, WasmFunctionHandle handle)
-
HostFunction(String, String, FunctionType, WasmFunctionHandle)