diff --git a/component-model/src/reference/useful-links.md b/component-model/src/reference/useful-links.md index 8cb2d6b2..6f92d1ed 100644 --- a/component-model/src/reference/useful-links.md +++ b/component-model/src/reference/useful-links.md @@ -9,9 +9,18 @@ The following references are helpful in understanding the Component Model and re - [Component Model AST][ast-explainer] - [Canonical ABI][canonical-abi] +### Templates + +The Bytecode Alliance provides templates to help you get started with WASI HTTP components: + +- [sample-wasi-http-js][sample-js] - WASI HTTP JavaScript template +- [sample-wasi-http-rust][sample-rust] - WASI HTTP Rust template + [wasm-cm-repo]: https://github.com/WebAssembly/component-model [wasi-p2]: https://github.com/WebAssembly/WASI/blob/main/docs/Preview2.md [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 +[sample-js]: https://github.com/bytecodealliance/sample-wasi-http-js +[sample-rust]: https://github.com/bytecodealliance/sample-wasi-http-rust