A single-page app that runs four tests side by side, comparing plain JavaScript against Rust compiled to WebAssembly (WASM). Both sides run the exact same algorithm — the only difference is the ...
Let's fix the first test together. The first thing you'll notice when running the entire suite is that you get a lot of output in your terminal. This can be a little overwhelming, so we can make it a ...