Skip to content

Commit b7b9bd8

Browse files
feat: add page to hold additional references
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
1 parent ed1f826 commit b7b9bd8

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

component-model/src/SUMMARY.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,8 @@
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)
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

0 commit comments

Comments
 (0)