- 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)
- HTML5移動Web開發技術
- Redis入門指南(第3版)
- PHP 7底層設計與源碼實現
- SAS數據統計分析與編程實踐
- 從0到1:Python數據分析
- Learning FuelPHP for Effective PHP Development
- Mastering JavaScript Design Patterns(Second Edition)
- 微服務從小白到專家:Spring Cloud和Kubernetes實戰
- Microsoft 365 Certified Fundamentals MS-900 Exam Guide
- Python語言科研繪圖與學術圖表繪制從入門到精通
- Web程序設計:ASP.NET(第2版)
- ASP.NET求職寶典
- DevOps 精要:業務視角
- 從零開始構建深度前饋神經網絡:Python+TensorFlow 2.x
- H5匠人手冊:霸屏H5實戰解密