polywrap_wasm.linker.subinvoke module
This module contains the linker for the subinvoke family of Wasm imports.
- class polywrap_wasm.linker.subinvoke.WrapSubinvokeLinker[source]
Bases:
BaseWrapLinkerLinker for the subinvoke family of Wasm imports.
- link_wrap_subinvoke() None[source]
Link the __wrap_subinvoke function as an import to the Wasm module.
- link_wrap_subinvoke_error() None[source]
Link the __wrap_subinvoke_error function as an import to the Wasm module.
- link_wrap_subinvoke_error_len() None[source]
Link the __wrap_subinvoke_error_len function as an import to the Wasm module.