Module memory

Source
Expand description

Internally used functionality to interact between WASM and the host environment. Most of the usage of types is unsafe and requires knowledge on how the WASM runtime is set and used. Use with caution.

End users should be using higher levels of abstraction to write contracts and shouldn’t need to manipulate functions and types in this module directly. Use with caution.

Modules§

buf
Memory buffers to interact with the WASM contracts.

Structs§

WasmLinearMem