2个版本 (1个稳定版)
1.0.0 | 2023年5月6日 |
---|---|
0.1.0 | 2022年8月11日 |
在WebAssembly中排名第536
5KB
80 行
wasmc
# Compile ./module.wat into ./module.wasm
wasmc ./module.wat
# Compile ./module.wat into ./build/module.wasm
wasmc ./module.wat -o ./build/module.wasm
依赖项
~2MB
~33K SLoC