Crate tari_template_abi
source ·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§
- The name of the global export that defines the template definition
Functions§
- Requests the engine to write debug data
- Safety
- Safety
- Allocates a block of memory of length
len
bytes. - Safety
- Frees a block of memory allocated by
tari_alloc
.