Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 380 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 380 Bytes

wasm: Web Assembly in Rust

The goal of this project is to provide tools for manipulating Web Assembly programs in Rust. These tools will include a zero-copy streaming lexer, parser, typechecker, interpreter and JIT compiler.

Eventually, this project will allow Servo to execute Web Assembly code natively. This is a long way away!

CI