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
There's a merged but unreleased PR in wasm-bindgen that would let us return Result<Vec<Occurence>, JsValue> directly across the wasm boundary. That would probably cause wasm-bindgen to also generate this type better.
right now the type is
any
. A better type might be something like:The text was updated successfully, but these errors were encountered: