Replace usize
/isize
with fixed-width types
anki_bridge
requests should not expose usize
and isize
types, which are architecture-dependent. This creates compatibility issues when compiling for 32-bit targets, as seen in #3 (closed) with WASM.
Reference: https://github.com/ankitects/anki/tree/25.02/proto/anki