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

12
pages.ko/common/wasm2c.md Normal file
View File

@@ -0,0 +1,12 @@
# wasm2c
> WebAssembly 바이너리 형식을 C 소스 파일 및 헤더로 변환.
> 더 많은 정보: <https://github.com/WebAssembly/wabt>.
- 파일을 C 소스 파일 및 헤더로 변환하고 콘솔에 표시:
`wasm2c {{파일.wasm}}`
- 출력 내용을 지정된 파일에 저장 (`file.h`도 추가로 생성됨):
`wasm2c {{파일.wasm}} -o {{파일.c}}`