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 i build this project both in docker and on my local machine in debug it worked fine, but when I build in release, it gives this error:
Front wrote wasm to "target/site\\pkg\\music_jam.wasm"
Command [wasm-opt] is_force_pin_version: true - Ok("version_119")
Command [wasm-opt] checking for the latest available version
Command [wasm-opt] requested version version_119 is already same or newer than available version version_119
Command cache dir: C:\Users\lenovo\AppData\Local\cargo-leptos
Command using wasm-opt version_119 C:\Users\lenovo\AppData\Local\cargo-leptos\wasm-opt-version_119\wasm-opt-version_119\binaryen-version_119/bin/wasm-opt.exe
[wasm-validator error in function closure1675\20externref\20shim] unexpected false: table.fill requires bulk-memory [--enable-bulk-memory], on
(table.fill $1
(local.get $3)
(ref.null noextern)
(i32.const 1)
)
Fatal: error validating input
wasm-opt process finished with code Some(1)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
when i build this project both in docker and on my local machine in debug it worked fine, but when I build in release, it gives this error:
Beta Was this translation helpful? Give feedback.
All reactions