Matthew Buscemi
Matthew Buscemi
@Boscop Awesome suggestions! - So, I'm pretty sure I was dropping the callback already. I saved it out a field on my event, which got saved to my Yew model,...
Putting this here for anyone who might find this in the future: https://github.com/mbuscemi/webview-yew-minimal
I just started a Rust web-view/Yew project, and I have just encountered this issue. I would be very interested in helping with a solution for this problem. @Boscop The JS...
@Boscop Thanks for your help! I was able to achieve inline loading of my wasm file [like this](https://github.com/mbuscemi/hedgehog/blob/yew_integration/src/inline_code.rs). This compiles and runs with a simple GUI, but the very next...
@Boscop I've moved on to trying stdweb to make the calls, which definitely works going from Yew to web-view. Still working on going the other direction. I don't remember the...
@Boscop I just pushed some changes to the yew_integration branch. If you want to reproduce that error, you'll want to reset to [this commit](https://github.com/mbuscemi/hedgehog/commit/499fabc4c8f60937190bca1e24455126f7241721).