Module execution

Source

Modulesยง

assert_validated ๐Ÿ”’
Helpers for assertions due to prior validation of a WASM program.
const_interpreter_loop
function_ref
hooks
interpreter_loop ๐Ÿ”’
This module solely contains the actual interpretation loop that matches instructions, interpreting the WASM bytecode
linear_memory ๐Ÿ”’
locals ๐Ÿ”’
store
value
value_stack

Structsยง

RuntimeInstance

Constantsยง

DEFAULT_MODULE
The default module name if a RuntimeInstance was created using RuntimeInstance::new.