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
fix: use Closure::wrap instead of Closure::once for wasm-bindgen compatibility
Closure::once was added in wasm-bindgen 0.2.93, but many projects still use
older versions. Changed to use Closure::wrap with FnMut which works across
all wasm-bindgen versions.
Fixes compilation error in River and other projects using older wasm-bindgen.
0 commit comments