Skip to content

Commit 4be8b19

Browse files
Merge pull request #178 from vados-cosmonic/feat=add-additional-references-page
feat: add page to hold additional references
2 parents af6c5e7 + 4117f26 commit 4be8b19

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

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 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

0 commit comments

Comments
 (0)