https://github.com/jawm/jumpjet
A WebAssembly runtime written in Rust!
https://github.com/jawm/jumpjet
interpreter rust wasm webassembly
Last synced: 8 months ago
JSON representation
A WebAssembly runtime written in Rust!
- Host: GitHub
- URL: https://github.com/jawm/jumpjet
- Owner: jawm
- Created: 2017-08-01T23:05:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T23:10:51.000Z (over 7 years ago)
- Last Synced: 2024-11-12T18:42:12.826Z (about 1 year ago)
- Topics: interpreter, rust, wasm, webassembly
- Language: Rust
- Homepage:
- Size: 217 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awe-wasm - JumpJet - activity/m/jawm/jumpjet)  (Runtimes / **Rust**)
README
# jumpjet
A basic parser and runtime for WebAssembly
This project is still early in development. Currently working on the interpreter.
Track progress here:
https://trello.com/b/ync291Fb
Future plans include:
- Refactor pretty much everything
- Parallelise the parsing phase
- Add a Jit, maybe use Cretonne?
- Documentation would be nice :)
Contributions welcome.