bincode-org / bincode

A binary encoder / decoder implementation in Rust.
MIT License
2.69k stars 272 forks source link

wasm compatible? #629

Closed simbleau closed 1 year ago

simbleau commented 1 year ago

Is Bincode wasm32 compatible?

antimora commented 1 year ago

Yes. We are using in Burn project. See this example: https://github.com/burn-rs/burn/tree/main/examples/mnist-inference-web