We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79b0a09 + 855ab2a commit b1b0d61Copy full SHA for b1b0d61
README.md
@@ -5,8 +5,6 @@
5
An example project showing how to build a spec-compliant
6
[`wasi:http/proxy`][wasi-http] server for WASI 0.2 written in JavaScript.
7
8
-Check also the sibling Rust project [`sample-wasi-http-rust`][rust-sample]
9
-
10
## Routes
11
12
The following HTTP routes are available from the component:
@@ -43,6 +41,10 @@ $ npm build
43
41
$ wasmtime serve -S common dist/server.component.wasm
44
42
```
45
+## See Also
+
46
+- [sample-wasi-http-rust](https://github.com/bytecodealliance/sample-wasi-http-rust) An example `wasi:http` server component written in Rust.
47
48
## License
49
50
Apache-2.0 with LLVM Exception
0 commit comments