polywrap_wasm.linker.abort module

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

class polywrap_wasm.linker.abort.WrapAbortLinker[source]

Bases: BaseWrapLinker

Linker for the abort family of Wasm imports.

Link all abort family of imports to the Wasm module.

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