There is a major difference between WebAssembly modules and JS modules, though.
하지만, 웹어셈블리 모듈과 JS 모듈 사이에는 중요한 차이점이 있다.
Note that WebAssembly has the high-level goal of supporting languages with garbage-collected memory models in the future.
(참고로 웹어셈블리는 미래에 가비지콜렉션 메모리 모델을 갖고있는 언어들을 지원할 고수준 목표도 갖고있습니다.)
So let's see how we can create WebAssembly modules, and then how we can use them from JavaScript.
그러면, 웹어셈블리 모듈을 어떻게 생성할 수 있고, 어떻게 자바스크립트에 이용할 수 있는지를 살펴보자.
On February 28, the four major browsers announced their consensus that the MVP of WebAssembly is complete.
2월 28일, 4개의 주요 브라우저들은 웹어셈블리의 MVP가 완료되었다는 합의에 이르렀다고 발표했다.
For example, let's look at how React would instantiate a WebAssembly module.
예를 들어, React 가 어떻게 웹어셈블리 모듈을 초기화하는지 살펴봅시다.
And what's even better is that it is being developed as a web standard via the W3C WebAssembly Working Group and Community Group with active participation from all major browser vendors.
더 훌륭한 점은, 주요 브라우저 벤더의 적극적인 참여를 통해 W3C 웹어셈블리 워킹 그룹 및 Community Group 에서 웹 표준으로 개발되고있다는 것입니다. 가이드
Instance objects contain all the Exported WebAssembly functions that allow calling into WebAssembly code from JavaScript.
Instance 객체는 웹어셈블리 코드를 자바스크립트에서 부를 수 있도록 익스포트된 모든 웹어셈블리 함수 를 포함하고있습니다.
WebAssembly is being created as an open standard inside the W3C WebAssembly Community Group with the following goals
웹어셈블리는 W3C 웹어셈블리 커뮤니티 그룹에서 다음과 같은 목표들을 가지고 만들어지고 있는 열린 표준입니다
Because of this, executing code in WebAssembly is generally faster.
Les exemples vous aident à traduire le mot ou l’expression cherchés dans des contextes variés. Ils ne sont ni sélectionnés ni validés par nous et peuvent contenir des mots ou des idées inappropriés. Signalez des exemples à modifier ou à retirer. Les traductions potentiellement sensibles, inappropriées ou familières sont généralement marquées de rouge ou d’orange.