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
wasm-pack build uses the crate name if out-name is not provided, so defaulting to index in the plugin causes an inconsistent behavior. I think it would make sense to not pass it to wasm-pack if it is not defined in the plugin options.