runwell
WebAssembly Virtual MachineContinuous Integration | Coverage | LoC |
---|---|---|
An attempt for a non-bombable, optimizing WebAssembly (Wasm) JIT compiler with deterministic behaviour.
WIP - The
runwell
virtual machine is under active development. Don't expect it to be working. Here be dragons.
The crates are ordered in the way they depend on each other. Crates below might depend on a subset of the crates above them.
WebAssembly (abbreviated Wasm) is a binary instruction format for a stack-based virtual machine. Wasm is designed as a portable target for compilation of high-level languages like C/C++/Rust, enabling deployment on the web for client and server applications.
Read more here.
[x] Means that the feature is either fully implemented or that some implemented foundation already exists.
Credits go to the people behind the Bytecode Alliance for their fantastic work on the WebAssembly specification and work on WebAssembly frameworks, libraries and tooling. This project took a lot of inspiration from projects found under their GitHub Organization.