Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-23 | wasi-http/echo-request: No longer need to run sed over the API | Andrew Clayton | 1 | -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-06 | Add a wasi-http 0.2.0 echo-request component in C | Andrew Clayton | 1 | -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> |