From 31839041617f6ea20b489ccb235250847387910e Mon Sep 17 00:00:00 2001 From: Yosh Date: Mon, 28 Apr 2025 18:00:11 +0200 Subject: [PATCH 1/2] Link to the Rust sample --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ab97c2f..996f5fa 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,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 From 855ab2abc5dafec2ca1ca0afe73e64b966a3076b Mon Sep 17 00:00:00 2001 From: Yosh Date: Tue, 29 Apr 2025 02:19:15 +0200 Subject: [PATCH 2/2] integrate feedback --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 996f5fa..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: