File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535
3636# Advanced Topics
3737
38- - [ Canonical ABI] ( ./advanced/canonical-abi.md )
38+ - [ Canonical ABI] ( ./advanced/canonical-abi.md )
39+
40+ # Reference
41+
42+ - [ Useful Links] ( ./reference/useful-links.md )
Original file line number Diff line number Diff line change 1+ # Useful links
2+
3+ The following references are helpful in understanding the Component Model and related ecosystem/projects.
4+
5+ - [ ` WebAssembly/component-model ` GitHub Repository] [ wasm-cm-repo ]
6+ - [ Component Model AST Explainer] [ ast-explainer ]
7+ - [ Canonical ABI Explainer] [ canonical-abi ]
8+ - [ WASI Preview 2] [ wasi-p2 ]
9+ - [ WebAssembly Composition tool (` wac ` )] [ wac ]
10+ - [ WebAssembly package tools (notably ` wkg ` )] [ wkg ]
11+
12+ [ wasm-cm-repo ] : https://github.com/WebAssembly/component-model
13+ [ wasi-p2 ] : https://github.com/WebAssembly/WASI/tree/main/wasip2
14+ [ ast-explainer ] : https://github.com/WebAssembly/component-model/blob/main/design/mvp/Explainer.md
15+ [ canonical-abi ] : https://github.com/WebAssembly/component-model/blob/main/design/mvp/CanonicalABI.md
16+ [ wac ] : https://github.com/bytecodealliance/wac
17+ [ wkg ] : https://github.com/bytecodealliance/wasm-pkg-tools
You can’t perform that action at this time.
0 commit comments