Skip to content

Commit 141a128

Browse files
committed
Add codespaces button
1 parent d500e41 commit 141a128

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
# Rust WASI Hello
22

3+
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/yoshuawuyts/rust-wasi-hello)
4+
5+
An example project showing how to build an HTTP server for WASI 0.2 built in
6+
Rust.
7+
38
## Roadmap
49

5-
- [x] get a base version compiling
10+
- [x] Get a base version compiling
611
- [x] Create a GitHub Actions Workflow
712
- [x] Add routes to the HTTP handler
813
- [ ] Create a wasm OCI publish action
9-
- [ ] Setup a codespace with all tools pre-installed
14+
- [ ] Setup a GitHub Codespace with all tools pre-installed
1015
- [ ] Demo unit tests in CI
16+
- [ ] Automatically publish a package on GitHub Release
17+
- [ ] Add a load-testing example
18+
- [ ] Upstream and integrate `scripts/` into their respective packages
1119

1220
## License
1321

0 commit comments

Comments
 (0)