You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Omit ruby.debug.wasm in npm package to reduce size
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.
0 commit comments