Want a free comprehensive digital product evaluation? Find out more
Engineering

Parcel and Rust: A WASM Romcom

Web Assembly (WASM) and Rust have been growing and evolving over the last couple of years, so what’s it like to use them together? Introduction I’ve wanted to use Rust and WASM for a while due to a number of reasons: small bundle size, low-level access with reliable performance, and all the perks that come with Rust (strong type safety, zero-cost abstractions, etc.). So, when I was presented with the ...

By