- Learn WebAssembly
- Mike Rourke
- 153字
- 2021-08-13 15:38:55
Summary
In this chapter, we discussed the elements of WebAssembly and their relationship. The structure of the Core Specification was used to describe the mapping of the text and binary formats to a common abstract syntax. We highlighted aspects of the text format (Wat) that can be useful in the context of debugging and development, as well as why s-expressions are an excellent fit for the textual representation of the abstract syntax. We also reviewed details pertaining to the binary format and the various elements that make up a module. The methods and objects within the JavaScript and Web APIs were defined with descriptions of their roles with regard to WebAssembly interaction. Finally, a simple example of the relationship between source code, Wat, and JavaScript was presented using the WasmFiddle tool.
In Chapter 3, Setting Up a Development Environment, we'll install the development tooling we'll use to work effectively with WebAssembly.
- Learning Docker
- 軟件測試項目實戰之性能測試篇
- Rust Cookbook
- PhoneGap:Beginner's Guide(Third Edition)
- PHP 7+MySQL 8動態網站開發從入門到精通(視頻教學版)
- 小型編譯器設計實踐
- Python機器學習算法與應用
- HTML5移動Web開發
- 從零開始學Python大數據與量化交易
- Learning Cocos2d-JS Game Development
- Microsoft Windows Identity Foundation Cookbook
- Python Django Web從入門到項目實戰(視頻版)
- Java程序性能優化實戰
- Python程序設計現代方法
- C#程序設計基礎與實踐