Simple playground using the webassembly utility library.
$ yarn install
$ yarn run build # builds src/fib.c -> dist/fib.wasm$ yarn run benchmark
$ yarn run benchmark -- NUM_OF_ITERATIONS$ yarn run server... and navigate to: http://localhost:8000/browser/ or http://localhost:8000/browser/?iterations=NUM_OF_ITERATIONS