Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jawm/jumpjet
A WebAssembly runtime written in Rust!
https://github.com/jawm/jumpjet
interpreter rust wasm webassembly
Last synced: 30 days 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 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T23:10:51.000Z (over 6 years ago)
- Last Synced: 2024-08-03T17:14:29.042Z (4 months 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) ![Language](https://img.shields.io/github/languages/top/jawm/jumpjet) (Runtimes / **Rust**)
README
# jumpjet
A basic parser and runtime for WebAssemblyThis project is still early in development. Currently working on the interpreter.
Track progress here:
https://trello.com/b/ync291FbFuture plans include:
- Refactor pretty much everything
- Parallelise the parsing phase
- Add a Jit, maybe use Cretonne?
- Documentation would be nice :)Contributions welcome.