Skip to content

Fix build of raytrace example on nightly #2488

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

Merged
merged 1 commit into from
May 10, 2021

Conversation

alexcrichton
Copy link
Contributor

The __wasm_init_memory function is no longer exported and we also need
to build with +mutable-globals.

Closes #2487

@alexcrichton
Copy link
Contributor Author

I believe this will be blocked on rust-lang/stdarch#1073 to land for now.

@d3lm
Copy link
Contributor

d3lm commented Mar 22, 2021

Any updated on this? rust-lang/stdarch#1073 seems to have landed. Something we need to update on the wasm-bindgen side too?

@alexcrichton
Copy link
Contributor Author

This is still blocked on that landing in rust-lang/rust itself.

@rikshot
Copy link

rikshot commented May 7, 2021

Any updates on this? AFAIK the stdarch stuff has landed a while ago to rust-lang/rust.

@alexcrichton
Copy link
Contributor Author

Unfortunately stdarch has not been updated

The `__wasm_init_memory` function is no longer exported and we also need
to build with `+mutable-globals`.

Closes rustwasm#2487
@alexcrichton alexcrichton merged commit f722cec into rustwasm:master May 10, 2021
@alexcrichton alexcrichton deleted the update-raytrace branch May 10, 2021 14:07
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.

Getting rust-lld error with latest nightly
3 participants