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

Fix asc build #1236

Merged
merged 3 commits into from
Apr 21, 2020
Merged

Fix asc build #1236

merged 3 commits into from
Apr 21, 2020

Conversation

dcodeIO
Copy link
Member

@dcodeIO dcodeIO commented Apr 21, 2020

While investigating build times on CI I noticed that asc builds are 4.5mb and include Binaryen. This must have gone wrong when binaryen.ready was introduced a while ago, leading to CI spending most of the time in webpack, so this PR fixes that (faster builds, ~830kb asc).

@jtenner
Copy link
Contributor

jtenner commented Apr 21, 2020

Seriously. My webpack builds would take at least five minutes on my local pc. Thank you for this.

@dcodeIO
Copy link
Member Author

dcodeIO commented Apr 21, 2020

CI before: 13m 46s
CI after: 5m 29s

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

Successfully merging this pull request may close these issues.

None yet

2 participants