-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small changes to prepare for first release.
- Loading branch information
1 parent
12b7637
commit d65072e
Showing
4 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
.phony: gen clean run | ||
|
||
default: main.wasm | ||
|
||
wasi-http: ; git clone https://github.com/WebAssembly/wasi-http; cd wasi-http; git checkout 53e2d25 | ||
|
||
# Note that this doesn't quite work right there's a bug in wit-bindgen 0.4.0 that missing a C definition | ||
# it is fixed in later versions, but they don't understand this wit syntax *bleeding-edge* | ||
gen: wasi-http ; wit-bindgen tiny-go ${PWD}/wasi-http/wit -w proxy | ||
|
||
clean: ; rm -rf wasi-http |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters