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

es6 module support flag #6284

Closed
kkimdev opened this issue Feb 26, 2018 · 1 comment
Closed

es6 module support flag #6284

kkimdev opened this issue Feb 26, 2018 · 1 comment

Comments

@kkimdev
Copy link
Contributor

kkimdev commented Feb 26, 2018

Currently Emscripten generated js files doesn't support importing from es6 module javascript.

We use es6 modules js extensively in our project and I expect it will be more and more common in the future. It would be really nice to have an option to export Module.

We have been appendingexport default Module; at the end manually.

@kkimdev
Copy link
Contributor Author

kkimdev commented Feb 26, 2018

@prtk418

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

1 participant