Kai Mast
Kai Mast
> Generally, to raise a trap in Wasm from a host API, you want to return an `Err(..)` from the host call. Oh, I did not realize that is possible....
Oh d'uh. RNN also takes a regular tensor as input... However, now I get this error. Can I not convert an entire neural network into a relay? Do i have...
I figured. Is it planned for a future release?
Is the plan then to have a separate tokio-uring-util crate that provides codecs that work with tokio-uring?
Is there going to be another `io-uring` release soonish? I just added a `create_dir` call on [this branch](https://github.com/kaimast/tokio-uring/tree/create-dir), but it requires the git version of that crate.
Thanks! I was talking about the `io-uring` crate though.
We should maybe keep this open until the others are implemented too?
What kept this from being merged? I just took a stab at it myself and was about to open a pull request when I saw someone already completed this...
Imho, it would still be great to merge this. It reduces the amount of code to write new tests significantly and, thus, makes adding new features easier.
I am also happy to help if needed. Feel mark me as a reviewer for pull requests, for example.