From f5e85249d680e1501793cc46b7a3f0a177f3f383 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Mon, 12 Feb 2024 21:52:59 +0000 Subject: wasi-http/echo-request: Build using wasm-tools from git Signed-off-by: Andrew Clayton --- c/wasi-http/echo-request/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c') 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* -- cgit