warpy icon indicating copy to clipboard operation
warpy copied to clipboard

WebAssembly interpreter in RPython

Results 3 warpy issues
Sort by recently updated
recently updated
newest added

From [`README.md`](https://github.com/kanaka/warpy/blob/master/README.md) > Compile a wasm module: > `wast2wasm test/addTwo.wast -o test/addTwo.wasm` I found no `wast` file in `test` folder. They are `wat` files. Also, the tool name is `wat2wasm`,...

wasm has a test suite which can be used to trigger a lot of corner cases. As an example, we used in in ppci like this: https://github.com/windelbouwman/ppci-mirror/blob/master/test/suite_adapters/test_wasm_spec_suite.py This is not...