logoalt Hacker News

evmaryesterday at 10:58 PM1 replyview on HN

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....


Replies

slopinthebagtoday at 12:23 AM

Did you try something like msgpack or bebop?