explodingcamera / tinywasm

A tiny, interpreted WebAssembly Runtime written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TinyWasm Parser

explodingcamera opened this issue · comments

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)