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:
BaseWrapLinkerLinker for the get_implementations family of Wasm imports.
- link_get_implementations_imports() None[source]
Link all get_implementations imports to the Wasm module.
- link_wrap_get_implementations() None[source]
Link the __wrap_get_implementations function as an import to the Wasm module.