polywrap_wasm.linker.env module

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

class polywrap_wasm.linker.env.WrapEnvLinker[source]

Bases: BaseWrapLinker

Linker for the env family of Wasm imports.

Link all env family of imports to the Wasm module.

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