kanaka / warpy

WebAssembly interpreter in RPython

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change `wast` to `wat` in README.md

raspiduino opened this issue · comments

From 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, not wast2wasm

Thanks!