Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/appcypher/wasmo

A WebAssembly Compiler and Runtime
https://github.com/appcypher/wasmo

Last synced: 7 days ago
JSON representation

A WebAssembly Compiler and Runtime

Awesome Lists containing this project

README

        



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