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: BaseWrapLinker

Linker for the subinvoke implementation family of Wasm imports.

Link all subinvoke_implementation imports.

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

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

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

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

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