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

feat(wasm_builder): Multiple crate versions check #4159

Merged
merged 4 commits into from
Aug 27, 2024

Conversation

vobradovich
Copy link
Member

@vobradovich vobradovich commented Aug 16, 2024

Resolves #4164 .

@vobradovich vobradovich self-assigned this Aug 16, 2024
@vobradovich vobradovich added A0-pleasereview PR is ready to be reviewed by the team A2-mergeoncegreen PR is ready to merge after CI passes labels Aug 19, 2024
@vobradovich vobradovich marked this pull request as ready for review August 19, 2024 09:20
utils/wasm-builder/src/multiple_crate_versions.rs Outdated Show resolved Hide resolved
utils/wasm-builder/tests/smoke.rs Show resolved Hide resolved
Copy link
Contributor

@clearloop clearloop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, btw we can add this util to https://github.com/gear-tech/gear/tree/master/utils/wasm-optimizer so cargo-gbuild can share it as well, eg, make it a flag / comand

utils/wasm-builder/tests/smoke.rs Show resolved Hide resolved
Co-authored-by: Dmitrii Novikov <novikov.dm.al@gmail.com>
@vobradovich vobradovich merged commit 81fe12d into master Aug 27, 2024
10 checks passed
@vobradovich vobradovich deleted the vo/wasm_builder_multiple_crate_versions branch August 27, 2024 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A0-pleasereview PR is ready to be reviewed by the team A2-mergeoncegreen PR is ready to merge after CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Check for multiple crate references with different versions in gear-wasm-builder
4 participants