Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 360 Bytes

File metadata and controls

18 lines (16 loc) · 360 Bytes

wasm-sort-compare

A comparison between sorting an array via JavaScript and via Wasm

Requirements

  • cargo
  • wasm-pack
  • npm

Building and running the software

git clone git@github.com:mscotch1/wasm-sort-compare.git
cd wasm-sort-compare
wasm-pack build --release
cd web
npm install
npm run serve

Then just open a browser to localhost:8080.