wat2wasm
wat
を
WebAssembly
に変換するtool
wasi
をinstallすると使える
installはcmakeを用意しなければならないなど色々と面倒
online compiler
を使ったほうが楽
https://github.com/WebAssembly/wabt
wabt
の一部
https://webassembly.github.io/wabt/doc/wat2wasm.1.html
wabt.js
https://github.com/AssemblyScript/wabt.js
EmscriptenでJSに変換したような形式になっている
wasmに変換出来ないか?
Binaryen
で
Binaryen IR
からwasmを作れるみたいだが、watの全てを受け取れるわけではなさそう
https://chromium.googlesource.com/external/github.com/WebAssembly/binaryen/+/3c27bc8267a52661ecfc2e1a369585ef420a6055/README.md#
https://www.sfpgmr.net/blog/entry/2019/03/62dfcd28966939b2a628ba7b5102ac03.html
/nwtgck/WebAssemblyのテキスト形式watをブラウザ完結で実行できる場所
https://qiita.com/tkynd/items/89d8f90fdb9cf24c0ef9
https://fukuno.jig.jp/3809
#2024-06-24
17:04:57
#2023-02-05
22:18:45
#2021-10-18
17:53:28
#2021-10-12
09:41:02