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,12 @@
# wasm2wat
> WebAssembly 바이너리 형식을 텍스트 형식으로 변환.
> 더 많은 정보: <https://github.com/WebAssembly/wabt>.
- 파일을 텍스트 형식으로 변환하여 콘솔에 표시:
`wasm2wat {{파일.wasm}}`
- 출력 결과를 지정한 파일에 저장:
`wasm2wat {{파일.wasm}} -o {{파일.wat}}`