You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That said, if you really do need to compose components which do concurrent I/O, then porting isyswasfa to jco might make sense. I don't have experience with jco, nor do I have time to work on such a port, but if you're motivated you could look at the changes I made to wasmtime-wit-bindgen (in the wasmtime submodule in this repo), port them to jco, and then port https://github.com/dicej/isyswasfa/blob/main/host/src/lib.rs to jco as well. I'll confess I haven't made any effort to document that code, and chunks of it are completely untested -- it's all very much prototype-quality at this point and isn't necessarily designed for production use. Happy to answer any questions about it, though.
Joel @dicej,
I need
async
in order to access IndexedDB fromWIT
component written in Rust but usingjco
.Do you think this approach could work with
jco
?Any advice / thoughts on how that could look?
Thought I'd ask before attempting to dive in... I'm not really patient enough to wait for Preview 3 ;P
thanks!
The text was updated successfully, but these errors were encountered: