Skip to content

Releases: forest-rs/execution

execution_tape 0.0.1

31 May 15:40
ba76d66

Choose a tag to compare

Initial release of execution_tape: a no_std bytecode container, verifier, register VM runtime, host-call ABI, tracing API, and disassembler.

execution_graph 0.0.1

31 May 15:40
ba76d66

Choose a tag to compare

Initial release of execution_graph: a no_std incremental execution graph for dirty-tracked re-execution of verified execution_tape programs.