- 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.
- Mastering Zabbix(Second Edition)
- C語言程序設(shè)計(第2 版)
- Redis入門指南(第3版)
- JavaScript語言精髓與編程實踐(第3版)
- Scala Design Patterns
- CouchDB and PHP Web Development Beginner’s Guide
- OpenShift在企業(yè)中的實踐:PaaS DevOps微服務(wù)(第2版)
- 第一行代碼 C語言(視頻講解版)
- 微服務(wù)架構(gòu)深度解析:原理、實踐與進階
- Java Fundamentals
- Learning Hadoop 2
- C++編程兵書
- 微信小程序開發(fā)邊做邊學(微課視頻版)
- Backbone.js Patterns and Best Practices
- Neo4j Graph Data Modeling