summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2023-08-26examples/rust: Update unit-wasm dependency versionAndrew Clayton2-2/+2
2023-08-26Rust/unit-wasm: Version 0.1.1Andrew Clayton1-1/+1
2023-08-26Rust/unit-wasm-sys: Version 0.1.3Andrew Clayton2-2/+2
2023-08-26examples/rust: Bump the versionsAndrew Clayton2-2/+2
2023-08-26libunit-wasm: Fix rust buildAndrew Clayton3-3/+3
2023-08-26Rust/unit-wasm-sys: Don't require the wasi-sysrootAndrew Clayton1-3/+0
2023-08-26libunit-wasm: Include strings.h in the right fileAndrew Clayton2-1/+1
2023-08-26Rust/unit-wasm-sys: Remove reference to wrapper.h from build.rsAndrew Clayton1-1/+0
2023-08-26Rust/unit-wasm-sys: Run build.rs through rustfmtAndrew Clayton1-3/+4
2023-08-25README.md: Update the README and config exampleAndrew Clayton2-15/+15
2023-08-25Rust: Port the Rust Wasm demos to the new 'rusty' wrappersAndrew Clayton2-239/+137
2023-08-25Rust: Add a nicer wrapper around the libunit-wasm bindingsAndrew Clayton5-0/+225
2023-08-25Rust: Don't disable dead code warningsAndrew Clayton1-1/+0
2023-08-25Rust/unit-wasm-sys: Bump the version of the crateAndrew Clayton2-2/+2
2023-08-25README, conf: Use correct Rust echo-request nameAndrew Clayton2-6/+6
2023-08-24libunit-wasm: Remove left over prototype from unit-wasm.hAndrew Clayton1-1/+0
2023-08-24libunit-wasm: Put LUW_SRB_FLAGS_ALL in the enumAndrew Clayton2-4/+6
2023-08-23github/workflows: No need to download the wasi-sysrootAndrew Clayton1-3/+2
2023-08-23shared.mk: Ensure WASI_SYSROOT is exported to the environmentAndrew Clayton1-0/+2
2023-08-23The 'master' branch was renamed 'main'Andrew Clayton3-8/+8
2023-08-22README.md: Various updatesAndrew Clayton1-24/+31