Steve Manuel
Steve Manuel
Nice! Yea, the plan has always been to use the auto-generated ones, not sure if the generated Rust made it into the PR or if we decided to host other...
sorry for the delay on this @Electroid - queuing up a few other changes that I'll add to this PR before an upcoming release
I'd love to have support for full gRPC, but this project is not able to extend beyond the fundamental capabilities of the Workers runtime itself. Currently, it is able to...
@jsievenpiper - ah i misread your comment at first. I'll take a stab at testing https://github.com/titanous/grpc-web-client soon! thanks for sharing
We use `wasm-bindgen` through `wasm-pack` which has had this related PR open for a while: https://github.com/rustwasm/wasm-pack/pull/888 I may take a look at it in the next week or so. Definitely...
Hi @asgpng - Thanks for this! Looks like we could probably re-implement the routing to take advantage of this fallback feature instead of the workarounds we have currently. I'll probably...
Yes, exactly! If you want to, please go ahead. Feel free to ping here with any questions / issues if you run into any.
yea that's a good idea. `console_log!` simply wraps some websys code to write to JS console, and could be re-used under the hood of the handler registered with `log`. i'd...
leaving a reminder to take a look at https://docs.rs/console_log/0.2.0/console_log/
Great point, and thanks for bringing this up. I'll set up a project to reproduce this asap and get back to you in the next couple of days.