We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d3692 commit c242241Copy full SHA for c242241
.gitignore
@@ -4,4 +4,5 @@ bin.zip
4
docker/c2wasm-api
5
docker/wasi-sdk
6
docker/clangd
7
-docker/cleaner
+docker/hook-cleaner
8
+wasi-sdk.ts
docker/Makefile
@@ -30,4 +30,4 @@ c2wasm-api: ../c2wasm-api
30
cp -LR $< .
31
32
clean:
33
- -rm -rf c2wasm-api clangd wasi-sdk hook-cleaner
+ -rm -rf c2wasm-api clangd wasi-sdk hook-cleaner ../wasi-sdk.ts
wasi-sdk
0 commit comments