Results of Authoring a JavaScript Library with Rust and WASM
I recently overhauled a JS parsing library to delegate to the Rust implementation via Wasm. The result to users is seamless as the small Wasm bundled is inlined in the library as base64 encoded. Along the way, I saw that parsing can be much faster than ob... (more…)
Read more »