summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-06w-h/0.2.0/shared.mk: Use the right adaptorAndrew Clayton2-1/+5
2024-09-06w-h/0.2.0: Use a shared MakefileAndrew Clayton5-116/+33
2024-09-06README: Fix typoAndrew Clayton1-1/+1
2024-09-06README: Update about the current purpose of thisAndrew Clayton1-0/+13
2024-09-06w-h/0.2.0: Update examples to use included WIT filesAndrew Clayton3-6/+6
2024-09-06w-h/0.2.0: Add a new example program env-varAndrew Clayton3-0/+136
2024-09-06w-h: Include the wasi-http 0.2.0 WIT filesAndrew Clayton36-0/+2855
2024-09-06w-h/0.2.0/large-upload: Add some primitive error checkingAndrew Clayton1-0/+33
2024-09-06w-h/0.2.0/large-upload: Update for wasmtime v24.0.0Andrew Clayton3-3/+6
2024-09-05w-h/0.2.0: Add an example of a file downloadAndrew Clayton2-0/+167
2024-09-05w-h/0.2.0: Add a file denoting what version of wasi-http to useAndrew Clayton1-0/+1
2024-09-05w-h/0.2.0/echo-request: Update for wasmtime v24.0.0Andrew Clayton3-1/+2
2024-09-05Add the wasmtime v24.0.0 adaptorsAndrew Clayton3-0/+0
2024-02-23wasi-http/echo-request: No longer need to run sed over the APIAndrew Clayton1-2/+0
2024-02-13wasi-http/echo-request: Remove itAndrew Clayton3-198/+0
2024-02-13Add a wasi-http 0.2.0 large-upload component in CAndrew Clayton3-0/+119
2024-02-12wasi-http/echo-request: Build using wasm-tools from gitAndrew Clayton1-1/+1
2024-02-06Add a wasi-http 0.2.0 echo-request component in CAndrew Clayton3-0/+198
2023-12-11wasi-http/echo-request: Update for latest wit-bindgen changesAndrew Clayton1-4/+4
2023-12-01wasi-http/echo-request: Simplify a littleAndrew Clayton1-15/+9
2023-11-28Add a wasi-http echo-request component in CAndrew Clayton4-0/+208
2023-10-26Move wasmtime-wasi-http to its own directoryAndrew Clayton3-1/+1
2023-10-26Add a basic C based wasmtime runtimeAndrew Clayton4-0/+173
2023-10-25Add a component model exampleAndrew Clayton8-0/+157
2023-10-18wasmtime-wasi-http.c: Fix indentationAndrew Clayton1-18/+18
2023-10-17wasmtime-wasi-http.c: Spell 'Initializing' properlyAndrew Clayton1-1/+1
2023-10-17Makefile: Don't do CFLAGS twice!Andrew Clayton1-1/+1
2023-10-17Initial commitAndrew Clayton6-0/+611