Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion component-model/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@

# Advanced Topics

- [Canonical ABI](./advanced/canonical-abi.md)
- [Canonical ABI](./advanced/canonical-abi.md)

# Reference

- [Useful Links](./reference/useful-links.md)
17 changes: 17 additions & 0 deletions component-model/src/reference/useful-links.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Useful links

The following references are helpful in understanding the Component Model and related ecosystem/projects.

- [WebAssembly Composition tool (`wac`)][wac]
- [WebAssembly package tools (notably `wkg`)][wkg]
- [WASI Preview 2][wasi-p2]
- [Component Model internals][wasm-cm-repo]
- [Component Model AST][ast-explainer]
- [Canonical ABI][canonical-abi]

[wasm-cm-repo]: https://github.com/WebAssembly/component-model
[wasi-p2]: https://github.com/WebAssembly/WASI/tree/main/wasip2
[ast-explainer]: https://github.com/WebAssembly/component-model/blob/main/design/mvp/Explainer.md
[canonical-abi]: https://github.com/WebAssembly/component-model/blob/main/design/mvp/CanonicalABI.md
[wac]: https://github.com/bytecodealliance/wac
[wkg]: https://github.com/bytecodealliance/wasm-pkg-tools