Hacker News new | ask | show | jobs
Show HN: Wasmrepl – A REPL for WebAssembly (github.com)
4 points by anoopelias 974 days ago
1 comments

Oh this is really cool! Since the repl is just executing wasm, could this not work in the browser? I realize you'll probably need to create a new wasm module every time you run a statement but could still be neat!
I had thought about it, but didn't explore much. It might be tricky, but might be possible.

Typically on first thought I would associate REPL with command line hence went with this approach.

Good idea nevertheless!