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

Move WASM building to onLoad (fixes flaky desktop test in CI) #8127

Open
wants to merge 1 commit into
base: dev-mail
Choose a base branch
from

Conversation

paw-hub
Copy link
Contributor

@paw-hub paw-hub commented Dec 12, 2024

We don't want to use onResolve because we can resolve the same WASM multiple times (i.e. multiple files importing the same WASM), leading to the WASM being built multiple times, possibly in parallel (which may lead to build failure).

@paw-hub paw-hub force-pushed the flaky-wasm-fix branch 2 times, most recently from 5ac754a to 46b7e52 Compare December 12, 2024 09:26
@wrdhub wrdhub force-pushed the dev-mail branch 2 times, most recently from 37de6b1 to 9848287 Compare December 12, 2024 15:04
We don't want to use onResolve because we can resolve the same WASM
multiple times (i.e. multiple files importing the same WASM), leading to
the WASM being built multiple times, possibly in parallel (which may
lead to build failure).
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.

3 participants