polywrap_wasm.linker.subinvoke_implementation module
This module contains the linker for the subinvoke implementation family of Wasm imports.
- class polywrap_wasm.linker.subinvoke_implementation.WrapSubinvokeImplementationLinker[source]
Bases:
BaseWrapLinkerLinker for the subinvoke implementation family of Wasm imports.
- link_wrap_subinvoke_implementation() None[source]
Link the __wrap_subinvoke_implementation function as an import to the Wasm module.
- link_wrap_subinvoke_implementation_error() None[source]
Link the __wrap_subinvokeImplementation_error function as an import to the Wasm module.
- link_wrap_subinvoke_implementation_error_len() None[source]
Link the __wrap_subinvoke_implementation_error_len function as an import to the Wasm module.