- 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.
- Spring 5.0 By Example
- Node.js Design Patterns
- 從零開始:數(shù)字圖像處理的編程基礎與應用
- 觸·心:DT時代的大數(shù)據(jù)精準營銷
- AngularJS Testing Cookbook
- Visual Basic程序設計教程
- aelf區(qū)塊鏈應用架構指南
- The DevOps 2.4 Toolkit
- Learning Concurrent Programming in Scala
- Python+Tableau數(shù)據(jù)可視化之美
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- 打開Go語言之門:入門、實戰(zhàn)與進階
- Android傳感器開發(fā)與智能設備案例實戰(zhàn)
- 深入淺出Go語言編程
- Hands-On JavaScript for Python Developers