Kevin Flansburg
Kevin Flansburg
Fixed in #477
Is this still an issue? I created https://github.com/cloudflare/workers-rs/pull/523 to upstream this patch. Does something similar need to be done to `send_with_str`?
> I last checked on 0.0.20 and unless something has changed in recent weeks then I would expect that it's still a problem. It seems to affect every (binary) message,...
> I'm not sure how to view the version of miniflare/workerd. You should be able to look in `node_modules/workerd/bin/workerd --version`. Miniflare I guess you may not be using.
Ok, I'm able to reproduce your new POC. What we believe is happening is that Rust is assuming that the runtime will fully clone the provided buffer when `send` is...
Im not sure that I’m going to be able to answer all of these questions here. I will audit places that ‘&[u8]’ is passed to JS and add comments.
This pretty much works, however types need to be defined for each of the various model types and their respective input / output formats. Is there a particular model you...
Hello, which integration are you referring to? I don't think WASI / component support would come in this library if we were to support it in the future. We also...