You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When exporting, we should support compiling to a Dart snapshot (.dill), and the code should be adjusted to look for the .dill. Additionally, we should ensure that the proper .gdextension files and dynamic libraries are copied over.
Initially, this can work for platforms that don't need AOT (Windows, Mac, Linux) before separately tackling other platforms.
The text was updated successfully, but these errors were encountered:
When exporting, we should support compiling to a Dart snapshot (
.dill
), and the code should be adjusted to look for the.dill
. Additionally, we should ensure that the proper.gdextension
files and dynamic libraries are copied over.Initially, this can work for platforms that don't need AOT (Windows, Mac, Linux) before separately tackling other platforms.
The text was updated successfully, but these errors were encountered: