summaryrefslogtreecommitdiff
path: root/c/wasi-http/0.2.0
diff options
context:
space:
mode:
Diffstat (limited to 'c/wasi-http/0.2.0')
-rw-r--r--c/wasi-http/0.2.0/echo-request/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/wasi-http/0.2.0/echo-request/Makefile b/c/wasi-http/0.2.0/echo-request/Makefile
index 6e2d873..5cfa09d 100644
--- a/c/wasi-http/0.2.0/echo-request/Makefile
+++ b/c/wasi-http/0.2.0/echo-request/Makefile
@@ -15,8 +15,6 @@ 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
- sed -i 's/_0_2_0//g' proxy.[ch]
- sed -i 's/_0_2_0//g' proxy.[ch]
/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
.PHONY: