add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,16 @@
# wat2wasm
> 将文件从 WebAssembly 文本格式转换为二进制格式。
> 更多信息:<https://github.com/WebAssembly/wabt>。
- 解析并检查文件是否有错误:
`wat2wasm {{file.wat}}`
- 将输出的二进制文件写入指定文件:
`wat2wasm {{file.wat}} -o {{file.wasm}}`
- 显示每个字节的简化表示:
`wat2wasm -v {{file.wat}}`