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

Updated to nalgebra 0.31, Fixed wasm support by indirectly enabling the 'js' feature as fallbac… #380

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Exiled1
Copy link

@Exiled1 Exiled1 commented Oct 12, 2022

So this seems to be a bottleneck towards updating the nalgebra version, which is having issues for upstream crates. I noticed that the only thing preventing a direct upgrade was this error

    |     ^^^ use of undeclared crate or module `imp`

Which after some searching, was an issue with the rand crate relying on getrandom and its "js" feature. After following the Indirect Dependencies steps, all of the tests in cargo test passed and the CircleCI passed.

Hopefully this should be a relatively instant PR for updating nalgebra to the latest version.

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.

1 participant