- Learn WebAssembly
- Mike Rourke
- 189字
- 2021-08-13 15:38:51
Elements of WebAssembly - Wat, Wasm, and the JavaScript API
Chapter 1, What is WebAssembly?, described the history of WebAssembly and provided a high-level overview of the technology as well as the potential use cases and limitations. WebAssembly was described as being composed of multiple elements, not just the binary instruction format specified in the official definition.
In this chapter, we will dig into the elements that correspond to the official specifications created by the WebAssembly Working Group. We will examine the Wat and the binary format in greater detail to gain a better understanding of how they relate to modules. We will review the JavaScript API and Web API to ensure you're able to utilize the WebAssembly effectively in the browser.
Our goal for this chapter is to understand the following:
- How the text and binary formats are related
- What Wat is and where it fits in to the development process
- The binary format and module (Wasm) file
- The components of the JavaScript and Web API and how they relate to the Wasm module
- How to utilize WasmFiddle to evaluate the phases of WebAssembly (C/C++ > Wat > Wasm)
- The DevOps 2.3 Toolkit
- TypeScript Blueprints
- Programming ArcGIS 10.1 with Python Cookbook
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Reactive Programming With Java 9
- 表哥的Access入門:以Excel視角快速學習數據庫開發(第2版)
- Procedural Content Generation for C++ Game Development
- Linux Shell核心編程指南
- Learning Modular Java Programming
- 深入實踐Kotlin元編程
- 計算機應用基礎項目化教程
- SQL Server 2008中文版項目教程(第3版)
- RESTful Web API Design with Node.js
- 網絡工程方案設計與實施(第二版)