Expand description
Core entrypoints shared by all module types
Structs§
- Alloc
Stats - Type for the data pointed to by the return value of
ark_get_alloc_stats.
Constants§
Type Aliases§
- AllocFn
ark_alloc- Allocate a raw buffer in the module- FreeFn
ark_free- Free a raw buffer in the module- GetAlloc
Stats Fn ark_get_alloc_stats- Returns a pointer into Wasm memory to an instance of theAllocStatsdata structure.- Initialize
Fn ark_initialize- Initialize module- Register
Panic Hook Fn ark_register_panic_hook- Register module specific panic hook