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

Add worker support to mobile install V3 actions #292

Open
Bencodes opened this issue Dec 6, 2024 · 1 comment
Open

Add worker support to mobile install V3 actions #292

Bencodes opened this issue Dec 6, 2024 · 1 comment

Comments

@Bencodes
Copy link
Contributor

Bencodes commented Dec 6, 2024

Mobile install V3 lacks worker support for some of it's more expensive actions.

The main one that stands out in my initial testing is the DesugarDexSharding.

@ted-xie
Copy link
Contributor

ted-xie commented Feb 4, 2025

I initially thought this issue could be localized to just fixing the worker compatibility for core library desugaring, which was indeed a blocker, but it actually goes deeper than that: src/tools/ak/dex itself needs to be made worker-compatible, which will take a bit more effort. I don't want to gate the 0.6.1 release on this, so I'll move this issue to the 0.7.0 tracker, and possibly a 0.6.2 if we deem that necessary.

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

No branches or pull requests

2 participants