1 unstable release

0.1.0 Mar 6, 2022

#88 in #compilation

Custom license

42KB
880 lines

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

Dependencies

~6–17MB
~209K SLoC