Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

Awesome Lists containing this project

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.