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

chore: upgrade wasmbuild to 0.6 #2362

Merged
merged 3 commits into from
Jun 17, 2022

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Jun 16, 2022

  • Uses new --js-ext mjs flag to output an mjs extension
  • Uses new --check flag for verifying the output is up to date (works across operating systems)

Copy link
Member

@kt3k kt3k left a comment

Choose a reason for hiding this comment

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

Oh, this is hugely simplified. Nice!

LGTM


### CI

If CI fails in `Verify Wasm hasn't changed` step, you need to download built
Copy link
Member

Choose a reason for hiding this comment

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

Does this mean there is no diffs anymore in the built wasm based on the platforms?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah there’s no diffs. If the inputs are the same then the CI will pass. If someone builds on Windows then the output will be slightly different than if someone build on Linux, but the output should be functionally the same. So if the CI fails they should only have to run the deno task regardless of their OS, then recommit and it should pass the CI.

Copy link
Member

Choose a reason for hiding this comment

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

Thanks for the clarification! Makes sense

@dsherret dsherret merged commit 5c26306 into denoland:main Jun 17, 2022
@dsherret dsherret deleted the chore_upgrade_wasmbuild_0_6 branch June 17, 2022 15:12
cjihrig pushed a commit to bartlomieju/deno_std that referenced this pull request Jun 28, 2022
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.

None yet

2 participants