summaryrefslogtreecommitdiffhomepage
path: root/src/wasm (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-10Wasm: Re-add a removed 'const' qualifier in nxt_rt_wasmtime.c.Andrew Clayton2-2/+2
2023-09-25Wasm: Allow uploads larger than 4GiB.Andrew Clayton1-3/+5
2023-09-25Wasm: Fix multiple successive calls to the request_handler.Andrew Clayton1-2/+2
2023-09-25Wasm: Allow to set the HTTP response status.Andrew Clayton3-7/+49
2023-08-17Wasm: Add support for directory access.Andrew Clayton3-1/+46
2023-08-17Wasm: Add the core of initial WebAssembly language module support.Andrew Clayton3-0/+801