|
|
|
|
|
by csjh
599 days ago
|
|
Been interested in programming language implementations recently, so I'm working on an in-place WebAssembly interpreter Currently passes all the WebAssembly 1.0 test suite minus the tests that require imports (around 9) - should have those ones fixed this week https://github.com/csjh/wasm-interpreter |
|