Skip to content

Commit

Permalink
[add]: add index.md for web/glossary/webassembly
Browse files Browse the repository at this point in the history
  • Loading branch information
IMHOJEONG committed Oct 6, 2023
1 parent 666bb21 commit 2585481
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions files/ko/glossary/webassembly/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: 웹 어셈블리 (WebAssembly)
slug: Glossary/WebAssembly
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---

{{GlossarySidebar}}

**웹 어셈블리(Wasm, WebAssembly)** 는 성능에서 이득을 보거나 웹 페이지에 새로운 기능을 제공하기 위해 최신 웹 {{Glossary("Browser", "브라우저")}}에서 실행할 수 있는 개방형 {{Glossary("binary", "바이너리")}} 프로그래밍 형식입니다.

## 같이 보기

- 위키백과의 [웹어셈블리](https://en.wikipedia.org/wiki/WebAssembly)
- [공식 웹사이트](https://webassembly.org/)
- MDN의 [웹어셈블리](/ko/docs/WebAssembly)

0 comments on commit 2585481

Please sign in to comment.