https://github.com/takahirox/webassemblythread-benchmark
https://github.com/takahirox/webassemblythread-benchmark
c cpp javascript thread wasm webassembly
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/takahirox/webassemblythread-benchmark
- Owner: takahirox
- License: mit
- Created: 2018-11-09T15:10:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T09:35:16.000Z (over 7 years ago)
- Last Synced: 2025-02-10T22:02:33.814Z (about 1 year ago)
- Topics: c, cpp, javascript, thread, wasm, webassembly
- Language: JavaScript
- Size: 158 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# WebAssemblyThread-banchmark
Easy JavaScript vs WebAssembly Thread performance comparison test-set.
## Demo
[Online Demo](https://raw.githack.com/takahirox/WebAssemblyThread-benchmark/master/index.html)
## Develop locally
```sh
$ git clone https://github.com/takahirox/WebAssemblyThread-benchmark.git
$ cd WebAssemblyThread-benchmark
$ http-server . -p 8080 -c-1 # install http-server beforehand
# access http://localhost:8080
```