summaryrefslogtreecommitdiff
path: root/c/wasi-http/0.2.0/shared.mk (follow)
AgeCommit message (Collapse)AuthorFilesLines
10 daysw-h/0.2.0/shared.mk: Update for current adaptorsAndrew Clayton1-1/+1
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2024-09-07w-h/0.2.0/shared.mk: Use a variable for the WIT files directoryAndrew Clayton1-2/+4
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2024-09-07w-h/0.2.0/shared.mk: Remove some hard coded pathsAndrew Clayton1-2/+2
Don't hard code the WIT_BINDGEN & WASM_TOOLS paths, instead take them from the shell as either shell variables or passed directly to make. Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2024-09-07w-h/0.2.0/shared.mk: No need to export WASI_SYSROOTAndrew Clayton1-2/+0
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2024-09-06w-h/0.2.0/shared.mk: Use variables for the various toolsAndrew Clayton1-3/+6
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2024-09-06w-h/0.2.0/shared.mk: Use the right adaptorAndrew Clayton1-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-06w-h/0.2.0: Use a shared MakefileAndrew Clayton1-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>