summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2023-10-17examples/rust: Further simplify hello-worldAndrew Clayton1-4/+0
2023-10-11examples/c: Remove a duplicate word from large-upload.cAndrew Clayton1-1/+1
2023-09-29API-C.md: Fix a broken fragment linkAndrew Clayton1-1/+1
2023-09-25examples: Add C and Rust examples of handling large uploadsAndrew Clayton7-6/+255
2023-09-25API-Rust.md: Update for libunit-wasm updatesAndrew Clayton1-3/+70
2023-09-25API-C.md: Update for libunit-wasm updatesAndrew Clayton1-6/+98
2023-09-25rust/rusty: Add wrappers for new functionsAndrew Clayton1-0/+13
2023-09-25libunit-wasm: Add a luw_mem_splice_file() functionAndrew Clayton2-0/+39
2023-09-25libunit-wasm: Add a luw_req_buf_copy() functionAndrew Clayton2-0/+12
2023-09-25examples/rust: Amend upload-reflector for recent changesAndrew Clayton1-1/+2
2023-09-25libunit-wasm: Allow uploads larger than 4GiBAndrew Clayton4-13/+21
2023-09-12rust/rusty: Add a wrapper for the new luw_http_set_response_status()Andrew Clayton3-2/+114
2023-09-12libunit-wasm: Allow to set the HTTP response statusAndrew Clayton3-2/+160
2023-09-12HOWTO.md: A couple of minor updatesAndrew Clayton1-1/+8
2023-09-08README.md: We need to install wasi-libc on DebianAndrew Clayton2-2/+2
2023-09-08github/workflows: Add a Debian Testing builderAndrew Clayton1-0/+26
2023-09-07API-Rust.md: Fix section numberingAndrew Clayton1-3/+3
2023-09-05rust: Change how bindgen creates enumsAndrew Clayton2-4/+7
2023-09-05examples/rust: Slightly simplify hello-worldAndrew Clayton1-4/+3
2023-08-30unit-wasm 0.2.0v0.2.0Andrew Clayton7-8/+8
2023-08-30API-{C,Rust}.md: Note which version new functions were addedAndrew Clayton2-0/+10
2023-08-30README.md: Update for missing mention of rust-hello-worldAndrew Clayton1-1/+2
2023-08-30README.md: Add a link to API-Rust.mdAndrew Clayton1-1/+7
2023-08-30examples/rust: Update for new API additionsAndrew Clayton2-7/+3
2023-08-29examples/rust: Reduce the scope of an unsafe block in echo-requestAndrew Clayton1-3/+1
2023-08-29Rust/rusty: Make use of uwr_get_http_total_content_sent()Andrew Clayton1-1/+1
2023-08-29Rust/rusty: Add a wrapper for luw_get_http_total_content_sent()Andrew Clayton2-0/+15
2023-08-29Rust/rusty: Re-order some functions more logicallyAndrew Clayton1-8/+8
2023-08-29libunit-wasm: Add a luw_get_http_total_content_sent() functionAndrew Clayton3-0/+18
2023-08-29examples/rust: Fix building of the hello world demoAndrew Clayton1-2/+2
2023-08-29examples/rust: Add a minimal hello world rust exampleAndrew Clayton5-3/+90
2023-08-29Rust/rusty: Add a couple of convenience functionsAndrew Clayton2-0/+45
2023-08-29Rust/rusty: Add uwr_get_http_content_str()Andrew Clayton2-0/+21
2023-08-29API-Rust.md: Add a note about luw_ vs uwr_ namingAndrew Clayton1-0/+16
2023-08-29Rust/rusty: Run rusty.rs through rustfmtAndrew Clayton1-6/+5
2023-08-29API-Rust.md: Tweak the uwr_http_add_header() exampleAndrew Clayton1-1/+1
2023-08-28examples/rust: Update unit-wasm dependency versionAndrew Clayton2-2/+2
2023-08-28Rust/unit-wasm: Version 0.1.2Andrew Clayton1-1/+1
2023-08-28Rust/unit-wasm-sys: Version 0.1.4Andrew Clayton2-2/+2
2023-08-28Rust/unit-wasm-sys: Re-generate the bindings on changes to unit-wasm.hAndrew Clayton1-1/+1
2023-08-28API-C.md: Fix a broken fragment linkAndrew Clayton1-1/+1
2023-08-28API-Rust.md: Add a Rust 'rusty' API documentAndrew Clayton1-0/+885
2023-08-28Rust/rusty: Make a bunch of functions take ctx as constAndrew Clayton1-8/+8
2023-08-28libunit-wasm: Pass ctx into luw_http_hdr_get_value() as constAndrew Clayton4-5/+6
2023-08-28libunit-wasm: Remove the idx argument from luw_http_add_header()Andrew Clayton8-19/+28
2023-08-28Revert "Adding echo Request with body Parsing"Andrew Clayton3-203/+0
2023-08-28Adding echo Request with body ParsingTimo Stark3-0/+203
2023-08-26README.md: Significant re-workingAndrew Clayton1-115/+141
2023-08-26Makefile: Update the WASI_SYSROOT default descriptionAndrew Clayton1-1/+1
2023-08-26github/workflows: Simplify installation of libclang_rt.builtins-wasm32.aAndrew Clayton1-1/+1