https://github.com/appcypher/wasmo
A WebAssembly Compiler and Runtime
https://github.com/appcypher/wasmo
Last synced: 5 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T22:17:20.000Z (over 2 years ago)
- Last Synced: 2025-04-17T08:29:50.492Z (23 days ago)
- Language: Rust
- Homepage:
- Size: 502 KB
- Stars: 21
- 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)  (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