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

Attempt to fix WASM compile errors #2267

Merged
merged 4 commits into from
Jul 4, 2024
Merged

Conversation

kuhnroyal
Copy link
Member

@kuhnroyal kuhnroyal commented Jul 4, 2024

From what understand, we added conditional js_interop imports that force dart:html imports into WASM builds.
Since we don't yet support WASM, I don't completely understand how it actually compiled to WASM before change.

For now we can just remove the conditional imports and add them back together with actual WASM support.
Hopefully fixes #2266

New Pull Request Checklist

  • I have read the Documentation
  • I have searched for a similar pull request in the project and found none
  • I have updated this branch with the latest main branch to avoid conflicts (via merge from master or rebase)
  • I have added the required tests to prove the fix/feature I'm adding
  • I have updated the documentation (if necessary)
  • I have run the tests without failures
  • I have updated the CHANGELOG.md in the corresponding package

Additional context and info (if any)

@kuhnroyal kuhnroyal self-assigned this Jul 4, 2024
@kuhnroyal kuhnroyal marked this pull request as ready for review July 4, 2024 12:30
@kuhnroyal kuhnroyal requested a review from a team as a code owner July 4, 2024 12:30
dio/CHANGELOG.md Outdated Show resolved Hide resolved
@AlexV525 AlexV525 merged commit fcbfbbd into cfug:main Jul 4, 2024
3 checks passed
Copy link
Contributor

github-actions bot commented Jul 4, 2024

Code Coverage Report: Only Changed Files listed

Package Base Coverage New Coverage Difference
Overall Coverage 🟢 82.44% 🟢 82.44% ⚪ 0%

Minimum allowed coverage is 0%, this run produced 82.44%

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.

Dio 5.5 broke compilation for WASM
2 participants