File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 35
35
36
36
# Advanced Topics
37
37
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 Composition tool (` wac ` )] [ wac ]
6
+ - [ WebAssembly package tools (notably ` wkg ` )] [ wkg ]
7
+ - [ WASI Preview 2] [ wasi-p2 ]
8
+ - [ Component Model internals] [ wasm-cm-repo ]
9
+ - [ Component Model AST] [ ast-explainer ]
10
+ - [ Canonical ABI] [ canonical-abi ]
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