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 a WASM exported function returns an ArrayString, the compiler returns the trait bound ArrayString<64>: IntoWasmAbi is not satisfied. It would be useful to be able to return an ArrayString from WASM.