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, List<ValueType> paramTypes, List<ValueType> returnTypes, WasmFunctionHandle handle) ImportFunction(String module, String name, List<ValueType> paramTypes, List<ValueType> returnTypes, WasmFunctionHandle handle)