Aditya Salunkhe
Aditya Salunkhe
## WIP ## Feature or Problem ## Related Issues Closes #2530 ## Release Information next ## Consumer Impact ## Testing ### Unit Test(s) ### Acceptance or Integration ### Manual Verification...
# WIP This PR produces dual implementations for `on_set` and `on_delete` the reason is : type1 function-set are used to send the k-v pair to the provider for including them...
## Feature or Problem Adds global configurabillity to component's maximum memory limit, instead of using the host level `wasmtime::Engine` , a component level `wasmtime::Engine` is created with the limits applied....
## Feature or Problem ## Related Issues #3821 ## Release Information next ## Consumer Impact ## Testing - wrote an example rust component utilizing cron.wit and it's respective test file....
for granular per-component resource control ## Feature or Problem This PR aims to allow the `max_linear_memory` field to be configurable by the wadm.yaml, which will ultimately be used for setting...
### Does your PR solve an issue? closes #4056 ### Is this a breaking change? No, New runtime would run separately, conditional compilation ensures that. ### Limitations This PR adds...
### I have found these related issues/pull requests latest WIP at : https://github.com/Aditya1404Sal/sqlx/tree/latest/wasip3 Wasip3 : https://crates.io/crates/wasip3 Early POC : https://github.com/rvolosatovs/sqlx/tree/feat/wasip3 ### Description since Webassembly is almost close to releasing wasi-p3,...
#### Feature Implement WASI TLS Phase 2 following the simplified security-focused wit proposal from https://github.com/WebAssembly/wasi-tls/issues/13 #### Benefit Phase 1 is unstable and **only supports client-side TLS**. This blocks WASI components...
## Feature or Problem This PR adds comprehensive testing and example components for streaming HTTP responses in wasmCloud, providing: - Integration tests to verify streaming behavior - Example components demonstrating...
## Feature or Problem This PR adds **modular transport protocol support** to the HTTP server plugin, with gRPC client support as the first implementation. The new architecture allows WebAssembly components...