Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WASM / Bevy #55

Open
thomas992 opened this issue Aug 21, 2024 · 3 comments
Open

WASM / Bevy #55

thomas992 opened this issue Aug 21, 2024 · 3 comments
Assignees

Comments

@thomas992
Copy link

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!

@sisshiki1969 sisshiki1969 self-assigned this Sep 10, 2024
@sisshiki1969
Copy link
Owner

sisshiki1969 commented Sep 10, 2024

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...

@thomas992
Copy link
Author

Is it possible for their to be another type of Ruby compiler that would be memory safe?

@tekknolagi
Copy link

tekknolagi commented Dec 27, 2024

Is it possible for their to be another type of Ruby compiler that would be memory safe?

Have you seen Artichoke Ruby? Not a compiler, but designed to be used in Wasm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants