-
-
Notifications
You must be signed in to change notification settings - Fork 476
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
Emscripten support roadmap #27
Comments
I looked into it, and support for emscripten will probably be easy to add once the rust compiler compiles reliably for this platform. For the moment I didn't even manage to compile for emscripten because today emscripten's IR is incompatible with rust's IR output (different versions). Getting an old version of the rust compiler would likely fix this, but would require modifying a lot of code. |
I have a limited proof of concept here: https://github.com/hannobraun/rum The repository includes the exact versions that worked for me as submodules. I last updated this on 27 July. Maybe it's helpful to you. |
My initial attempt at compiling gl-init-rs for emscripten was based on your work :) However when running I think that the best way to make rust and emscripten work together would be to ask the emscripten maintainers for advices, but I don't have the credibility nor the time for this. |
Time is the big problem for me, too. Maybe one day :) |
This link is broken, is this the latest status? #856 Platform support for emscripten (also this open pull request but it has conflicts: #857 Improve Emscripten support) |
Related: rust-lang/rust#2235
Work is being done on the emscripten branch
The text was updated successfully, but these errors were encountered: