polywrap_wasm.linker.invoke module

This module contains the linker for the invoke family of Wasm imports.

class polywrap_wasm.linker.invoke.WrapInvokeLinker[source]

Bases: BaseWrapLinker

Linker for the invoke family of Wasm imports.

Link all invoke family of imports to the Wasm module.

Link the __wrap_invoke_args function as an import to the Wasm module.

Link the __wrap_invoke_error function as an import to the Wasm module.

Link the __wrap_invoke_result function as an import to the Wasm module.