An open API service indexing awesome lists of open source software.

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

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
```