Skip to content

Omit ruby.debug.wasm in npm package to reduce size #21

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

Merged
merged 1 commit into from
Jun 1, 2022

Conversation

kateinoigakukun
Copy link
Member

Since jsdelivr.com rejects packages larger than 100MB for distribution,
so we need to care about the total package size even though individual
file size is under the limit.
Therefore, omit ruby.debug.wasm since ruby.debug+stdlib.wasm can play a
super-set role of it.

@kateinoigakukun kateinoigakukun linked an issue Jun 1, 2022 that may be closed by this pull request
Since jsdelivr.com rejects packages larger than 100MB for distribution,
so we need to care about the total package size even though individual
file size is under the limit.
Therefore, omit ruby.debug.wasm since ruby.debug+stdlib.wasm can play a
super-set role of it.
@kateinoigakukun kateinoigakukun force-pushed the katei/omit-reduce-package-size branch from 60f4c9c to 484e029 Compare June 1, 2022 02:12
@kateinoigakukun kateinoigakukun merged commit 2641ace into main Jun 1, 2022
@kateinoigakukun kateinoigakukun deleted the katei/omit-reduce-package-size branch June 1, 2022 06:29
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.

The nightly releases on the CDN are unavailable
1 participant