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
Similar to #854 (comment), it would have been really useful for me if Trunk offered an option to pass arbitrary extra flags to wasm-opt.
BGR360
changed the title
Trunk cannot build with wasm that uses threads / bulk memory
Trunk cannot build --release with wasm that uses threads / bulk memory
Sep 7, 2024
BGR360
added a commit
to BGR360/trunk
that referenced
this issue
Sep 8, 2024
This enables the `threads`, `bulk-memory`, and `mutable-globals`
options in `wasm-opt`, which if absent can result in `wasm-opt`
failing to optimize wasm modules compiled with threading features.
Fixestrunk-rs#866.
It fails at the
wasm-opt
stage:I propose adding another
data-...
option to rust assets, similar to these ones:trunk/src/pipelines/rust/mod.rs
Lines 157 to 158 in 14b972f
The text was updated successfully, but these errors were encountered: