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

fix(compute/build): avoid persisting old metadata #1142

Merged
merged 2 commits into from Mar 1, 2024

Conversation

Integralist
Copy link
Collaborator

Problem: If you ever compiled a main.wasm binary with metadata, and then later compiled with metadata disabled, then the binary would continue to be annotated with the old metadata.
Solution: Completely remove the old main.wasm binary if it exists before re-compiling.

@Integralist Integralist added the bug Something isn't working label Mar 1, 2024
@Integralist Integralist requested a review from fgsch March 1, 2024 12:07
Copy link
Member

@fgsch fgsch left a comment

Choose a reason for hiding this comment

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

Thank you!

@Integralist Integralist merged commit 117184e into main Mar 1, 2024
6 checks passed
@Integralist Integralist deleted the integralist/fix-hash branch March 1, 2024 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants