diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2024-02-12 21:52:59 +0000 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2024-02-12 21:52:59 +0000 |
commit | f5e85249d680e1501793cc46b7a3f0a177f3f383 (patch) | |
tree | c6a6cabc3f22144d02d120569cd76124cae5268d /c/wasi-http/echo-request/Makefile | |
parent | 81bbdb1c65b381b8af77f695979752e13f64458b (diff) | |
download | project_blackbird-f5e85249d680e1501793cc46b7a3f0a177f3f383.tar.gz project_blackbird-f5e85249d680e1501793cc46b7a3f0a177f3f383.tar.bz2 |
wasi-http/echo-request: Build using wasm-tools from git
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'c/wasi-http/echo-request/Makefile')
-rw-r--r-- | c/wasi-http/echo-request/Makefile | 2 |
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* |