@chris_whealy/coin_sort

Training project with Rust and wasm-pack

Usage no npm install needed!

<script type="module">
  import chrisWhealyCoinSort from 'https://cdn.skypack.dev/@chris_whealy/coin_sort';
</script>

README

COIN_SORT

Training project written in Rust and compliled to Web Assembly.

You pass a positive integer to the WASM module and it randomly generates that many US coins.

It then prints to the browser console how many of those coins are State quarters, and the total value of the purse.