Clicking the gears button in middle of page will prompt for n, in order to benchmark fibonacci(n) in JavaScript and Rust+Wasm.
WARNING: n >= 45 will take several minutes to calculate.
cargo, npm, and wasm-pack must be installed.
git bash must be installed.
npm run build
npm startnpm run dev- access the app by navigating to http://127.0.0.1:3000 with a WASM-compatible browser (ie. not IE)
- dev mode is slower and less-compact than release build, but enables live-reloading upon code changes and browser-side debugging
- be sure to use a git bash terminal when working in Windows (cmd, PS, and wsl cause too much pain)