summaryrefslogtreecommitdiff
path: root/c/wasi-http/0.2.0/echo-request/Makefile (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-02-23wasi-http/echo-request: No longer need to run sed over the APIAndrew Clayton1-2/+0
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>
2024-02-06Add a wasi-http 0.2.0 echo-request component in CAndrew Clayton1-0/+31
This adds a WASI 0.2.0 version of c/wasi-http/echo-request, although there is no change in component.c, you do now need to link against the 'proxy' adaptor (which is included). This is for running under wasmtime 17. Signed-off-by: Andrew Clayton <a.clayton@nginx.com>