- 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.
- 多媒體CAI課件設計與制作導論(第二版)
- Learning Docker
- PHP 7底層設計與源碼實現(xiàn)
- INSTANT Sencha Touch
- Data Analysis with IBM SPSS Statistics
- Oracle BAM 11gR1 Handbook
- ADI DSP應用技術集錦
- KnockoutJS Starter
- SharePoint Development with the SharePoint Framework
- Spring Boot企業(yè)級項目開發(fā)實戰(zhàn)
- Lighttpd源碼分析
- Extreme C
- 從零開始學Android開發(fā)
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- HTML5游戲開發(fā)實戰(zhàn)