This program compares the fibonacci sequence performance numbers in vanilla javascript, typescript and rust.
To run this program excute the following commands:
- Install assemblyscript:
npm install --save-dev AssemblyScript/assemblyscript
- Build the typescript wasm files:
npm run asbuild
- Build the rust wasm files:
npm run rustbuild