Module state

Source
Expand description

This module contains type and functions related to the entire runtime state of the engine.

Structsยง

StateFunctions
This struct contains all the functions for manipulating the built-in data structures.
StateLayout
This type will be used to plan the WASM memory layout and precompute the ptr/offsets of various data structures.