Package com.dylibso.chicory.runtime
Class ImportFunction
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, List<ValueType> paramTypes, List<ValueType> returnTypes, WasmFunctionHandle handle) -
Method Summary
-
Constructor Details
-
ImportFunction
-
-
Method Details
-
handle
-
module
- Specified by:
modulein interfaceImportValue
-
name
- Specified by:
namein interfaceImportValue
-
type
- Specified by:
typein interfaceImportValue
-
paramTypes
-
returnTypes
-