File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Rust WASI Hello
2
2
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
+
3
8
## Roadmap
4
9
5
- - [x] get a base version compiling
10
+ - [x] Get a base version compiling
6
11
- [x] Create a GitHub Actions Workflow
7
12
- [x] Add routes to the HTTP handler
8
13
- [ ] 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
10
15
- [ ] 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
11
19
12
20
## License
13
21
You can’t perform that action at this time.
0 commit comments