summaryrefslogtreecommitdiff
path: root/c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/wasi-http/echo-request/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/wasi-http/echo-request/Makefile b/c/wasi-http/echo-request/Makefile
index 4fb75fe..255a2ae 100644
--- a/c/wasi-http/echo-request/Makefile
+++ b/c/wasi-http/echo-request/Makefile
@@ -25,7 +25,7 @@ module.wasm: bindgen
.PHONY:
component.wasm: module.wasm
- /home/andrew/src/c/wasm/wasm-tools-1.0.48-x86_64-linux/wasm-tools component new module.wasm --adapt wasi_snapshot_preview1.reactor.wasm -o component.wasm
+ /home/andrew/src/c/wasm/git/wasm-tools/target/release/wasm-tools component new module.wasm --adapt wasi_snapshot_preview1.reactor.wasm -o component.wasm
clean:
rm -f component.wasm module.wasm proxy*