Skip to content

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

Open
Exiled1 wants to merge 1 commit intodimforge:masterfrom
Exiled1:master
Open

Updated to nalgebra 0.31, Fixed wasm support by indirectly enabling the 'js' feature as fallbac…#380
Exiled1 wants to merge 1 commit intodimforge:masterfrom
Exiled1:master

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