summaryrefslogtreecommitdiff
path: root/c/wasi-http/0.2.0/large-upload/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'c/wasi-http/0.2.0/large-upload/Makefile')
-rw-r--r--c/wasi-http/0.2.0/large-upload/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/wasi-http/0.2.0/large-upload/Makefile b/c/wasi-http/0.2.0/large-upload/Makefile
index d84c222..f9e3bfe 100644
--- a/c/wasi-http/0.2.0/large-upload/Makefile
+++ b/c/wasi-http/0.2.0/large-upload/Makefile
@@ -23,7 +23,7 @@ module.wasm: bindgen
.PHONY:
component.wasm: module.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
+ /home/andrew/src/c/wasm/git/wasm-tools/target/release/wasm-tools component new module.wasm --adapt ../../adaptors/24.0.0/wasi_snapshot_preview1.reactor.wasm -o component.wasm
clean:
rm -f component.wasm module.wasm proxy*