polywrap_wasm.linker.get_implementations module

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

class polywrap_wasm.linker.get_implementations.WrapGetImplementationsLinker[source]

Bases: BaseWrapLinker

Linker for the get_implementations family of Wasm imports.

Link all get_implementations imports to the Wasm module.

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

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

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