Skip to content

mscotch1/wasm-sort-compare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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.

About

Comparison of JavaScript sort and Rust sort compiled to WASM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published