- Learn WebAssembly
- Mike Rourke
- 138字
- 2021-08-13 15:38:51
Common structure and abstract syntax
In Chapter 1, What is WebAssembly?, we talked about how the binary and text formats of WebAssembly both map to a common structure in the form of an abstract syntax. Before getting into the nuts and bolts of these formats, it's worth mentioning how these are related within the Core Specification. The following diagram is a visual representation of the table of contents (with some sections excluded for clarity):

As you can see, the Text Format and Binary Format sections contain subsections for Values, Types, Instructions, and Modules that correlate with the Structure section. Consequently, much of what we cover in the next section for the text format have direct corollaries with the binary format. With that in mind, let's dive into the text format.
- Python快樂編程:人工智能深度學習基礎
- Mastering Adobe Captivate 2017(Fourth Edition)
- Practical UX Design
- Practical Internet of Things Security
- Manga Studio Ex 5 Cookbook
- React Native Cookbook
- 網(wǎng)店設計看這本就夠了
- 教孩子學編程:C++入門圖解
- Python貝葉斯分析(第2版)
- Mastering ROS for Robotics Programming
- Node.js:來一打 C++ 擴展
- Hadoop大數(shù)據(jù)分析技術
- Node.js從入門到精通
- Mudbox 2013 Cookbook
- Scrapy網(wǎng)絡爬蟲實戰(zhàn)