explodingcamera / tinywasm

A tiny, interpreted WebAssembly Runtime written in Rust
Apache License 2.0
471 stars 18 forks source link

TinyWasm Parser #18

Open explodingcamera opened 5 months ago

explodingcamera commented 5 months ago

Switching out Wasmparser for a simpler custom parser to speed up parsing and reduce the overhead of converting between different types (using tinywasm's types directly)