-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[add]: add index.md for web/glossary/webassembly
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |