common/w*: add Korean translation (#14523)

This commit is contained in:
코드싸이
2024-11-02 13:59:52 +09:00
committed by GitHub
parent 8a477df704
commit 8bcc0ead21
58 changed files with 1268 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# wat2wasm
> WebAssembly 텍스트 형식을 바이너리 형식으로 변환.
> 더 많은 정보: <https://github.com/WebAssembly/wabt>.
- 파일을 파싱하고 오류 확인:
`wat2wasm {{파일.wat}}`
- 출력 바이너리를 지정된 파일에 저장:
`wat2wasm {{파일.wat}} -o {{파일.wasm}}`
- 모든 바이트의 단순화된 표현 표시:
`wat2wasm -v {{파일.wat}}`