-
Notifications
You must be signed in to change notification settings - Fork 1
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
Generate proper es6 modules #2
Comments
Actually. We'll need both rustwasm/team#38 (comment) |
What we need to do is to properly link module & main in package.json .. So in the end we will have 3 modules for
I'll take care of this as SDK is highly dependant on correct packaging of our wasms ;) |
Currently we are generating invalid ES6 code. We should only have one export. Maybe we can generate 2 separate things for Node.js and Browser scopes respectively?
The text was updated successfully, but these errors were encountered: