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

Fixed create-exe tests for object-format serialized #3496

Merged
merged 1 commit into from
Jan 18, 2023

Conversation

fschutt
Copy link
Contributor

@fschutt fschutt commented Jan 18, 2023

Fixes #3481.

Continuation of #3487 without all the clippy changes.

@fschutt fschutt requested a review from syrusakbary as a code owner January 18, 2023 19:07
@theduke
Copy link
Contributor

theduke commented Jan 18, 2023

Closes #3459 .

Copy link
Contributor

@theduke theduke left a comment

Choose a reason for hiding this comment

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

For posterity: module_start was added for WASIX, but is not actually needed anymore, so it's fine to remove.

BUT: @fschutt we need to figure out why the create-exe step was failing, so we can prevent this in the future.

Did the compiled binaries somehow still use the old serialization format without the new field, which made loading artifacts fail?
We need to know the cause.

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.

Create-exe with Serialized object fail
2 participants