diff --git a/README.md b/README.md index ab97c2f..b14186b 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ An example project showing how to build a spec-compliant [`wasi:http/proxy`][wasi-http] server for WASI 0.2 written in JavaScript. -Check also the sibling Rust project [`sample-wasi-http-rust`][rust-sample] - ## Routes The following HTTP routes are available from the component: @@ -43,6 +41,10 @@ $ npm build $ wasmtime serve -S common dist/server.component.wasm ``` +## See Also + +- [sample-wasi-http-rust](https://github.com/bytecodealliance/sample-wasi-http-rust) An example `wasi:http` server component written in Rust. + ## License Apache-2.0 with LLVM Exception