Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down