Uses of Interface
com.dylibso.chicory.runtime.WasmFunctionHandle
Packages that use WasmFunctionHandle
-
Uses of WasmFunctionHandle in com.dylibso.chicory.runtime
Methods in com.dylibso.chicory.runtime that return WasmFunctionHandleConstructors in com.dylibso.chicory.runtime with parameters of type WasmFunctionHandleModifierConstructorDescriptionHostFunction(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.ImportFunction(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.
HostFunction(String, String, FunctionType, WasmFunctionHandle)