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
When running wasm-pack with a custom profile (wasm-pack build . --profile custom_profile_name), the cargo profile with name custom_profile_name will be used, but wasm-pack will use a profile called custom.
More concisely,
Cargo will use [profile.custom_profile_name], whereas wasm-pack will use [package.metadata.wasm-pack.profile.custom]
🤔 Expected Behavior
wasm-pack should have used [package.metadata.wasm-pack.profile.custom_profile_name].
🌍 Your environment
Include the relevant details of your environment.
wasm-pack version: git revision 32e52ca
The text was updated successfully, but these errors were encountered:
🐛 Bug description
When running
wasm-pack
with a custom profile (wasm-pack build . --profile custom_profile_name
), the cargo profile with namecustom_profile_name
will be used, butwasm-pack
will use a profile calledcustom
.More concisely,
Cargo will use
[profile.custom_profile_name]
, whereaswasm-pack
will use[package.metadata.wasm-pack.profile.custom]
🤔 Expected Behavior
wasm-pack
should have used[package.metadata.wasm-pack.profile.custom_profile_name]
.🌍 Your environment
Include the relevant details of your environment.
wasm-pack version: git revision 32e52ca
The text was updated successfully, but these errors were encountered: