Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 598 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 598 Bytes

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.

  1. Simple implementation.
  2. Single-pass compilation.
  3. Serializable.
  4. Progressive optimisation.

Getting Started

Building Project