Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-09-06 | w-h/0.2.0/shared.mk: Use variables for the various tools | Andrew Clayton | 1 | -3/+6 | |
Signed-off-by: Andrew Clayton <a.clayton@nginx.com> | |||||
2024-09-06 | w-h/0.2.0/shared.mk: Use the right adaptor | Andrew Clayton | 1 | -1/+3 | |
Now that the wasi-http 0.2.0 components are using a shared Makefile, make the echo-request component use the proxy adaptor while the rest use the reactor adaptor. Signed-off-by: Andrew Clayton <a.clayton@nginx.com> | |||||
2024-09-06 | w-h/0.2.0: Use a shared Makefile | Andrew Clayton | 1 | -0/+29 | |
All the examples under c/wasi-http/0.2.0/ use the *same* Makefile. Signed-off-by: Andrew Clayton <a.clayton@nginx.com> |