polywrap_wasm.linker.debug module

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

class polywrap_wasm.linker.debug.WrapDebugLinker[source]

Bases: BaseWrapLinker

Linker for the debug family of Wasm imports.

Link all debug family of imports to the Wasm module.

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