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
The wasm-split tool only has support for splitting functions but it does not support splitting globals. Rather than leave every global in the main module as an export, ideally the tool could detect which globals are only used in specific submodules and split those out as well.