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

Update HTML5 export guide with pinned versions of Rust and Emscripten #89

Merged
merged 2 commits into from
Jan 29, 2023

Conversation

necrashter
Copy link
Contributor

Closes #88, among other minor changes.

Added a list of compatible Rust and Emscripten versions, updated the commands according to the latest known working combination.

Removed "A version mismatch between Rust and Emscripten will probably result in compiler errors, while using incompatible Emscripten versions between Rust and Godot will result in cryptic runtime errors.", which was misleading for my case. I had a version mismatch but I was getting the runtime error ERROR: Can't resolve symbol godot_gdnative_init. I added this error to the list of known errors.

@chitoyuu chitoyuu merged commit e0789ef into godot-rust:master Jan 29, 2023
@chitoyuu
Copy link
Contributor

Corrected information around LLVM version reporting by emcc, did some slight formatting changes and merged. Thanks!

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

Successfully merging this pull request may close these issues.

Commands in the WASM guide should use pinned versions of rustc and emsdk
2 participants