- Learn WebAssembly
- Mike Rourke
- 133字
- 2021-08-13 15:38:48
The JavaScript and Web APIs
The WebAssembly Working Group also released API specifications for interacting with JavaScript and the web, which qualifies them for inclusion in the WebAssembly technology space. The JavaScript API is scoped to the JavaScript language itself, without being specifically tied to an environment (for example, web browsers or Node.js). It defines classes, methods, and objects for interacting with WebAssembly and managing the compilation and instantiation processes. The Web API is an extension of the JavaScript API that defines functionality specific to web browsers. The Web API specification currently only defines two methods, compileStreaming and instantiateStreaming, which are convenience methods that simplify the use of Wasm modules in the browser. These will be covered in greater detail in Chapter 2, Elements of WebAssembly - Wat, Wasm, and the JavaScript API.
- Oracle從入門(mén)到精通(第3版)
- 軟件安全技術(shù)
- 深度實(shí)踐OpenStack:基于Python的OpenStack組件開(kāi)發(fā)
- Java 開(kāi)發(fā)從入門(mén)到精通(第2版)
- OpenShift開(kāi)發(fā)指南(原書(shū)第2版)
- Building Modern Web Applications Using Angular
- C# Programming Cookbook
- 動(dòng)手玩轉(zhuǎn)Scratch3.0編程:人工智能科創(chuàng)教育指南
- 單片機(jī)應(yīng)用與調(diào)試項(xiàng)目教程(C語(yǔ)言版)
- Scala程序員面試算法寶典
- 持續(xù)輕量級(jí)Java EE開(kāi)發(fā):編寫(xiě)可測(cè)試的代碼
- PHP+Ajax+jQuery網(wǎng)站開(kāi)發(fā)項(xiàng)目式教程
- 詳解MATLAB圖形繪制技術(shù)
- Python編程:從入門(mén)到實(shí)踐(第3版)
- C語(yǔ)言程序設(shè)計(jì)與應(yīng)用(第2版)