Crate tari_template_abi

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§

rust
version

Structs§

ArgDef
CallInfo
FunctionDef
TemplateDefV1

Enums§

EngineOp
TemplateDef
Type

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 len bytes.
tari_engine
Safety
wrap_ptr