Package com.dylibso.chicory.runtime
Class HostFunction
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, List<ValueType> paramTypes, List<ValueType> returnTypes, WasmFunctionHandle handle) -
Method Summary
Methods inherited from class com.dylibso.chicory.runtime.ImportFunction
handle, module, name, paramTypes, returnTypes, type
-
Constructor Details
-
HostFunction
-