Expand description
This module solely contains the actual interpretation loop that matches instructions, interpreting the WASM bytecode
ยงNote to Developer:
- There must be only imports and one
impl
with one function (run
) in it. - This module must only use
RuntimeError
and neverError
.
Functionsยง
- calculate_
mem_ ๐address - data_
drop ๐ - do_
sidetable_ ๐control_ transfer - elem_
drop ๐ - from_
lanes ๐ - memory_
init ๐ - run ๐
- Interprets wasm native functions. Parameters and return values are passed on the stack.
- table_
init ๐ - to_
lanes ๐