-
Notifications
You must be signed in to change notification settings - Fork 457
Open
Description
π Bug description
for example I would like to use
[package.metadata.wasm-pack.profile.release]
wasm-opt = ["--enable-bulk-memory", "--enable-nontrapping-float-to-int"]
but with a custom cargo profile I made, for example web-release
.
but this doesn't work:
[package.metadata.wasm-pack.profile.web-release]
wasm-opt = ["--enable-bulk-memory", "--enable-nontrapping-float-to-int"]
but the wasm-opt args are not passed to wasm-opt in this case
using --release, --dev default profile etc work well
Metadata
Metadata
Assignees
Labels
No labels