Vertaling van "webassembly" in Koreaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
For any data types that are more complex, like strings, you have to use the WebAssembly module's memory.
문자열과 같은 더 복잡한 데이터 형을 위해서는, 웹어셈블리 모듈의 메모리를 사용해야만 한다.
Currently, calling a WebAssembly function in JS code is slower than it needs to be.
현재 JS 코드에서 웹어셈블리 함수를 호출하는 것은 필요 이상으로 느리다.
WebAssembly is a new way of running code on the web.
웹어셈블리는 웹에서 코드를 실행시킬 수 있는 새로운 방법입니다.
At least for now, WebAssembly does not support garbage collection at all.
최소한 현재까지는, 웹어셈블리는 가비지 컬렉션을 전혀 지원하지 않는다.
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.