diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2024-02-23 23:08:47 +0000 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2024-02-23 23:08:47 +0000 |
commit | dfa1f94240ef8278a575a11db5de05b6768c5350 (patch) | |
tree | 30ce97e4c4cbe851b1db6d4887fab0d18b9bdca1 /c/wasi-http | |
parent | d4dd93dc442e997223ebddc8e187e1022b5880f2 (diff) | |
download | project_blackbird-dfa1f94240ef8278a575a11db5de05b6768c5350.tar.gz project_blackbird-dfa1f94240ef8278a575a11db5de05b6768c5350.tar.bz2 |
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 <a.clayton@nginx.com>
Diffstat (limited to '')
-rw-r--r-- | c/wasi-http/0.2.0/echo-request/Makefile | 2 |
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: |