Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/appcypher/wasmo
- Owner: appcypher
- License: apache-2.0
- Created: 2022-02-01T11:05:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T22:17:20.000Z (about 2 years ago)
- Last Synced: 2024-10-04T13:33:36.869Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 502 KB
- Stars: 18
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awe-wasm - wasmo - activity/m/appcypher/wasmo) ![Language](https://img.shields.io/github/languages/top/appcypher/wasmo) (Runtimes / **Rust**)
- awesome-webassembly - wasmo
README
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