Remix.run Logo
evmar 7 hours ago

By the way, I did a deeper dive on the problem of serializing objects across the Rust/JS boundary, noticed the approach used by serde wasn’t great for performance, and explored improving it here: https://neugierig.org/software/blog/2024/04/rust-wasm-to-js....

slopinthebag 5 hours ago | parent [-]

Did you try something like msgpack or bebop?