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
This turned out to be a duplicate of #2776 , it was NOT fixed by upgrading cli and dependency to 0.2.79, but WAS fixed by downgrading both to 0.2.78, which aslo required downgrading some other dependencies including web-sys, js-sys, wasm-bindgen-futures.
Describe the Bug
Panic during
wasm-bindgen
step oftrunk build
. See stack trace below.Steps to Reproduce
cargo install wasm-bindgen-cli --version 0.2.79
cargo install trunk --version 0.14.0
[email protected]:felixwatts/growlog-yew.git
cd growlog-yew/client
git checkout static_sql
trunk build
Expected Behavior
trunk build
completes without errors.Actual Behavior
trunk build
fails with a panic inwasm-bindgen
. The output withRUST_BACKTRCE=full
follows:Additional Context
This was working until recently. I made some code changes and this problem arose. I have so far been unable to isolate which code change triggered it.
I originally raised trunk-rs/trunk#318 but they told me its a problem with
wasm-bindgen
The text was updated successfully, but these errors were encountered: