David Justice
David Justice
This pull request adds support for the `[email protected]`. I'm opening this as a draft to get some initial feedback as I implement the remaining providers. Currently, the only provider implemented...
```rust get: func(key: string) -> result; ``` in store returns an `option`, but ```rust get-many: func(...) -> result;) ``` in batch returns `list`. I would expect `get-many` to return `result;`.
Hi 👋, I'm interested in using Ruby to generate wasip2 components and compose other components into my Ruby apps. I've seen some ongoing work here toward supporting wasip2 in #528...
I was attempting to use this library in a Go project that is targeting WASI preview 2 and using Tinygo to compile to that target. Due to some unimplemented portions...
This suggestion came from a discussion with a Spin user who had expected Spin to have a smaller memory footprint when the process is not servicing requests. They expected that...