An open API service indexing awesome lists of open source software.

https://github.com/takenobu-hs/webassembly-illustrated

WebAssembly (Wasm) illustrated
https://github.com/takenobu-hs/webassembly-illustrated

abstract-machine wasm webassembly

Last synced: about 1 year ago
JSON representation

WebAssembly (Wasm) illustrated

Awesome Lists containing this project

README

          

WebAssembly (Wasm) illustrated
==============================

This is an illustrated document about the WebAssembly (Abstract machine).

Here is: [WebAssembly (Wasm) illustrated](https://takenobu-hs.github.io/downloads/WebAssembly_illustrated.pdf) (PDF).

Contents
--------

1 Introduction
- Overview

2 WebAssembly abstract machine
- Abstract machine
- Store
- Stack
- Computational model
- Type
- Trap
- Thread
- External interface

3 WebAssembly module
- Module
- Binary encoding

4 WebAssembly instructions
- Instructions
- Simple instructions
- Control instructions
- Byte order

Appendix A : Semantics

Appendix B : Implementation
- Implementations
- CLI development utilities
- Test suites
- Desugar examples

Appendix C : Future

References