https://github.com/joshwrn/wasm-app
https://github.com/joshwrn/wasm-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joshwrn/wasm-app
- Owner: joshwrn
- Created: 2023-02-14T07:44:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T00:38:19.000Z (over 2 years ago)
- Last Synced: 2025-01-21T06:10:04.115Z (5 months ago)
- Language: Makefile
- Homepage: https://wasm-app.vercel.app
- Size: 33.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tests the speed difference between rust & javascript.
In rust we loop through an array 1 billion times before updating mouse position. In Javascript we do the same thing except we only loop through an array of 10 million.
You can easily see the difference when switching between the two.
demo: https://wasm-app.vercel.app/