Activity
API-Rust.md: Remove some redundant unsafe blocks from example code
API-Rust.md: Remove some redundant unsafe blocks from example code
examples/rust: Remove some redundant unsafe blocks
examples/rust: Remove some redundant unsafe blocks
shared.mk: There's no need to export WASI_SYSROOT
shared.mk: There's no need to export WASI_SYSROOT
ci: Update wasi-sdk & libclang_rt.builtins-wasm32-wasi
ci: Update wasi-sdk & libclang_rt.builtins-wasm32-wasi
rust: Fix building of unit-wasm and rust examples
rust: Fix building of unit-wasm and rust examples
API-Rust.md: Use the addr_of_mut!() macro
API-Rust.md: Use the addr_of_mut!() macro
CONTRIBUTING.md: Fix a link to the unit-wasm GH issues page
CONTRIBUTING.md: Fix a link to the unit-wasm GH issues page
examples/rust: Do some simplification around unsafe {} blocks
examples/rust: Do some simplification around unsafe {} blocks
examples/c: Remove a duplicate word from large-upload.c
examples/c: Remove a duplicate word from large-upload.c
API-C.md: Fix a broken fragment link
API-C.md: Fix a broken fragment link
examples: Add C and Rust examples of handling large uploads
examples: Add C and Rust examples of handling large uploads
rust/rusty: Add a wrapper for the new luw_http_set_response_status()
rust/rusty: Add a wrapper for the new luw_http_set_response_status()
README.md: We need to install wasi-libc on Debian
README.md: We need to install wasi-libc on Debian
rust: Change how bindgen creates enums
rust: Change how bindgen creates enums
examples/rust: Slightly simplify hello-world
examples/rust: Slightly simplify hello-world
README.md: Update for missing mention of rust-hello-world
README.md: Update for missing mention of rust-hello-world
README.md: Add a link to API-Rust.md
README.md: Add a link to API-Rust.md
examples/rust: Update for new API additions
examples/rust: Update for new API additions
examples/rust: Fix building of the hello world demo
examples/rust: Fix building of the hello world demo
examples/rust: Add a minimal hello world rust example
examples/rust: Add a minimal hello world rust example
Rust/rusty: Add uwr_get_http_content_str()
Rust/rusty: Add uwr_get_http_content_str()
API-Rust.md: Tweak the uwr_http_add_header() example
API-Rust.md: Tweak the uwr_http_add_header() example
examples/rust: Update unit-wasm dependency version
examples/rust: Update unit-wasm dependency version