From dfa1f94240ef8278a575a11db5de05b6768c5350 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Fri, 23 Feb 2024 23:08:47 +0000 Subject: wasi-http/echo-request: No longer need to run sed over the API Remove the sed commands from the Makefile as the version is no longer encoded in the function and type names. They're still way too long of course... Signed-off-by: Andrew Clayton --- c/wasi-http/0.2.0/echo-request/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'c/wasi-http') 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: -- cgit