-
Notifications
You must be signed in to change notification settings - Fork 7
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 cargo-psibase #534
Update cargo-psibase #534
Conversation
This reverts commit 2550f84.
CI/CD failure is:
Happens since trying to add a |
binaryen is huge. It's using >4GiB in the build directory. It looks like it's only used in build.rs. Maybe replace that with wasm-opt as well? |
Oh yeah, I should do that anyway |
Done |
This reverts commit 2550f84 which unified all rust module version numbers under the workspace. This is much nicer for version management, however it precludes being able to publish updated versions to crates.io. See this github issue for more details.
This PR also rewrites the linker used by cargo-psibase that polyfills wasi imports. The old linker:
The new linker uses walrus.