From 0067683bfe382858c281d0c561864f7052210b02 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Fri, 6 Sep 2024 03:23:19 +0100 Subject: w-h/0.2.0: Update examples to use included WIT files Signed-off-by: Andrew Clayton --- c/wasi-http/0.2.0/download-test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/wasi-http/0.2.0/download-test/Makefile') diff --git a/c/wasi-http/0.2.0/download-test/Makefile b/c/wasi-http/0.2.0/download-test/Makefile index f9e3bfe..03ff9f8 100644 --- a/c/wasi-http/0.2.0/download-test/Makefile +++ b/c/wasi-http/0.2.0/download-test/Makefile @@ -14,8 +14,8 @@ LDFLAGS = -Wl,--no-entry,--export=__heap_base,--export=__data_end,--export=mallo all: component.wasm bindgen: - /home/andrew/src/c/wasm/git/wit-bindgen/target/release/wit-bindgen c /home/andrew/src/c/wasm/git/wasi-http/wit --autodrop-borrows yes --world wasi:http/proxy - /home/andrew/src/c/wasm/git/wit-bindgen/target/release/wit-bindgen markdown /home/andrew/src/c/wasm/git/wasi-http/wit --world wasi:http/proxy + /home/andrew/src/c/wasm/git/wit-bindgen/target/release/wit-bindgen c ../../wit/wasi-http/0.2.0 --autodrop-borrows yes --world proxy + /home/andrew/src/c/wasm/git/wit-bindgen/target/release/wit-bindgen markdown ../../wit/wasi-http/0.2.0 --world proxy .PHONY: module.wasm: bindgen -- cgit