- Learn WebAssembly
- Mike Rourke
- 131字
- 2021-08-13 15:38:53
The JavaScript and Web APIs
In addition to the WebAssembly Core Specification, there are two API specifications for interacting with WebAssembly modules: the WebAssembly JavaScript Interface (JavaScript API) and the WebAssembly Web API. In the previous sections, we covered pertinent aspects of the Core Specification to become familiar with the underlying technology. If you never read the Core Specification (or if you skipped the first few sections of this chapter), it wouldn't inhibit the use of WebAssembly in your application. That is not the case for the APIs, as they describe the methods and interface required to instantiate and interact with your compiled Wasm module. In this section, we will review the Web and JavaScript APIs and describe how to load and communicate with a Wasm module using JavaScript.
- 工程軟件開發技術基礎
- C#編程入門指南(上下冊)
- CentOS 7 Server Deployment Cookbook
- 算法精粹:經典計算機科學問題的Java實現
- Reactive Programming with Swift
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- Getting Started with LLVM Core Libraries
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- Python圖形化編程(微課版)
- 小程序,巧應用:微信小程序開發實戰(第2版)
- JavaScript應用開發實踐指南
- Cocos2d-x Game Development Blueprints
- 交互式程序設計(第2版)
- 物聯網系統架構設計與邊緣計算(原書第2版)
- Mastering Apache Camel