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
I see that the project was written from scratch entirely in Rust but I am wondering if it would work with WASM/WASI. I have a dream to implement Ruby into Bevy when proper scripting support is implemented and I want to be able to compile to web.
Thank you for all your hard work on the project!
The text was updated successfully, but these errors were encountered:
Thanks for comments and a nice idea!
But unfortunately, monoruby includes a just-in-time compiler, which generates native machine codes on memory at runtime, so contains a bunch of unsafe codes...
I see that the project was written from scratch entirely in Rust but I am wondering if it would work with WASM/WASI. I have a dream to implement Ruby into Bevy when proper scripting support is implemented and I want to be able to compile to web.
Thank you for all your hard work on the project!
The text was updated successfully, but these errors were encountered: