explodingcamera / tinywasm

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

no-panic #20

Closed explodingcamera closed 4 months ago

explodingcamera commented 5 months ago

It'd be great if everything was fully recoverable, even executing malformed wasm, to enable creating things like a debugger/repl on top of tinywasm.