appcypher / wasmo

A WebAssembly Compiler and Runtime
Apache License 2.0
18 stars 2 forks source link
Wasmo Logo

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