Skip to content

Commit

Permalink
fix: 2023-06.md 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhwansuh committed Jun 9, 2023
1 parent 92abbe8 commit f76c307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion issues/2023-06.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ TCP/IP 전송 계층에 대해 택배를 예로 들어 설명한다. 다음 글

<img src=https://cdn.thenewstack.io/media/2022/12/f34b5762-javascript-.jpg width=500>

브라우저에서 확장되었기 때문에 JavaScript가 Wasm에 자연스럽게 적합할 것이라고 쉽게 추측할 수 있다. 그러나 원래 Wasm은 개발자가 JavaScript에서 브라우저에서 다른 언어와 상호 작용할 수 있도록 컴파일하는 것이었다.
브라우저에서 확장되었기 때문에 JavaScript가 Wasm에 자연스럽게 적합할 것이라고 쉽게 추측할 수 있다. 그러나 원래 Wasm은 개발자가 JavaScript를 통해 브라우저에서 다른 언어와 상호 작용할 수 있도록 컴파일하는 것이었다.

현재 서버 사이드 Wasm를 위한 여러 비 브라우저 런타임([Docker의 Wasm 지원](https://thenewstack.io/webassembly/docker-needs-to-get-up-to-speed-for-webassembly/) 포함)이 있다. 하지만 Wasm 모듈은 실제로 [JavaScript 런타임(예: V8) 내에서 실행](https://bytecodealliance.org/articles/making-javascript-run-fast-on-webassembly)되기 때문에, Wasm의 범용 런타임 전환에 따라 JavaScript와의 정렬 또한 계속 중요할 수밖에 없다.

Expand Down

0 comments on commit f76c307

Please sign in to comment.