README.md
April 2, 2022 ยท View on GitHub
Wasmo
wasmo is a WebAssembly compiler and runtime. It compiles WebAssembly code to native code with runtime memory, control integrity security as outlined by the WebAssembly spec.
GOALS
In this order.
- Simple implementation.
- Single-pass compilation.
- Serializable.
- Progressive optimisation.