- 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)
- AngularJS入門與進階
- 大學計算機基礎實驗教程
- ASP.NET Core 5.0開發入門與實戰
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- Koa開發:入門、進階與實戰
- The Data Visualization Workshop
- 深入淺出Serverless:技術原理與應用實踐
- SQL經典實例(第2版)
- RISC-V體系結構編程與實踐(第2版)
- Webpack實戰:入門、進階與調優
- JavaScript程序設計(第2版)
- 創意UI:Photoshop玩轉APP設計
- Elasticsearch Essentials
- Python機器學習與量化投資
- AngularJS UI Development