- 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.
- DevOps:軟件架構(gòu)師行動(dòng)指南
- Docker and Kubernetes for Java Developers
- Visual C++串口通信開發(fā)入門與編程實(shí)踐
- TestNG Beginner's Guide
- Mastering matplotlib
- Ray分布式機(jī)器學(xué)習(xí):利用Ray進(jìn)行大模型的數(shù)據(jù)處理、訓(xùn)練、推理和部署
- JAVA程序設(shè)計(jì)實(shí)驗(yàn)教程
- Nginx實(shí)戰(zhàn):基于Lua語言的配置、開發(fā)與架構(gòu)詳解
- Jenkins Continuous Integration Cookbook(Second Edition)
- Learning OpenStack Networking(Neutron)(Second Edition)
- 響應(yīng)式架構(gòu):消息模式Actor實(shí)現(xiàn)與Scala、Akka應(yīng)用集成
- Spring技術(shù)內(nèi)幕:深入解析Spring架構(gòu)與設(shè)計(jì)原理(第2版)
- Node.js區(qū)塊鏈開發(fā)
- 貫通Tomcat開發(fā)
- MySQL數(shù)據(jù)庫應(yīng)用實(shí)戰(zhàn)教程(慕課版)