David Justice

Results 33 issues of David Justice
trafficstars

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...