Expand description
§Tari WASM module ABI (application binary interface)
This library provides types and encoding that allow low-level communication between the Tari WASM runtime and the WASM modules.
Modules§
Structs§
Enums§
Constants§
- ABI_
TEMPLATE_ DEF_ GLOBAL_ NAME - The name of the global export that defines the template definition
Functions§
- call_
debug - Requests the engine to write debug data
- call_
engine - debug⚠
- Safety
- on_
panic ⚠ - Safety
- tari_
alloc - Allocates a block of memory of length
lenbytes. - tari_
engine ⚠ - Safety
- wrap_
ptr