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

Output .js files from wasm modules as ES6 modules. #844

Merged
merged 2 commits into from
Jul 1, 2024
Merged

Conversation

eyebrowsoffire
Copy link
Contributor

@eyebrowsoffire eyebrowsoffire commented Apr 10, 2024

Buildroot changes needed for flutter/engine#52023

Copy link
Member

@ditman ditman left a comment

Choose a reason for hiding this comment

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

This makes sense!

Comment on lines 297 to 299
"-s",
"MODULARIZE=1",
"-sEXPORT_ES6",
Copy link
Member

Choose a reason for hiding this comment

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

Why not

"-s",
"EXPORT_ES6",

Like the other options? (is it because it doesn't have =?)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think I just made an arbitrary choice. I can make it consistent with the others.

@eyebrowsoffire eyebrowsoffire added the autosubmit Merge PR when tree becomes green via auto submit App label Jul 1, 2024
@auto-submit auto-submit bot merged commit 6c01dbc into master Jul 1, 2024
1 check passed
eyebrowsoffire added a commit that referenced this pull request Jul 1, 2024
auto-submit bot pushed a commit that referenced this pull request Jul 1, 2024
)

This reverts commit 6c01dbc.

The corresponding engine change is causing issues with the engine -> framework roll and is being reverted.
auto-submit bot pushed a commit that referenced this pull request Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autosubmit Merge PR when tree becomes green via auto submit App
Projects
None yet
2 participants