Skip to content

Commit b1b0d61

Browse files
authored
Merge pull request #2 from yoshuawuyts/rust-sample
Link to the Rust sample
2 parents 79b0a09 + 855ab2a commit b1b0d61

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
An example project showing how to build a spec-compliant
66
[`wasi:http/proxy`][wasi-http] server for WASI 0.2 written in JavaScript.
77

8-
Check also the sibling Rust project [`sample-wasi-http-rust`][rust-sample]
9-
108
## Routes
119

1210
The following HTTP routes are available from the component:
@@ -43,6 +41,10 @@ $ npm build
4341
$ wasmtime serve -S common dist/server.component.wasm
4442
```
4543

44+
## See Also
45+
46+
- [sample-wasi-http-rust](https://github.com/bytecodealliance/sample-wasi-http-rust) An example `wasi:http` server component written in Rust.
47+
4648
## License
4749

4850
Apache-2.0 with LLVM Exception

0 commit comments

Comments
 (0)