-
Notifications
You must be signed in to change notification settings - Fork 472
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
Updating versions #957
Updating versions #957
Conversation
147112e
to
5206b2c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - thanks for working through all the updates @Pauan
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good, but asking a few questions so the rest of the maintainers are lucid about what's happening under the hood.
2d32afc
to
183d9e0
Compare
This upgrades all of the NPM and Cargo versions. It has a couple other benefits:
It's no longer necessary to update the
build.js
file when adding a new export from Wasm.The
.wasm
file size has been reduced from 8.9 megabytes to 7.3 megabytes (18% reduction).With
opt-level = "z"
the.wasm
file size can be reduced down to 3.5 MB, but that's left for a future PR.