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
Otherwise, we'll perform a hash in WASM when we first dereference (max
once per call) which is just wasteful.
This also fixes the integration tests to use the "correct" empty object.
Previously, they were using `()` which mapped to null, not `[]`.
0 commit comments