Skip to content

Commit

Permalink
Merge pull request #178 from vados-cosmonic/feat=add-additional-refer…
Browse files Browse the repository at this point in the history
…ences-page

feat: add page to hold additional references
  • Loading branch information
kate-goldenring authored Jan 20, 2025
2 parents af6c5e7 + 4117f26 commit 4be8b19
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
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

0 comments on commit 4be8b19

Please sign in to comment.