wasmfx / wasmfxtime

A fork of wasmtime (a fast and secure runtime for WebAssembly) supporting the WasmFX instruction set
https://wasmfx.dev/
Apache License 2.0
19 stars 1 forks source link

Refactor baseline and optimized runtimes #168

Closed dhil closed 6 months ago

dhil commented 6 months ago

This patch modularises the optimized runtime in the same manner as the baseline runtime already was. It factors out the StackChain logic into a separate module stack_chain, which is needed to add support for backtraces to the baseline implementation (yet to be done!).