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

https://github.com/originjs/wasm-benchmark


https://github.com/originjs/wasm-benchmark

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# [WASM-benchmark](https://originjs.org/WASM-benchmark/)

This is a JavaScript vs WebAssembly(WASM) benchmark built with Vite & Vue3. This benchmark is created with [originjs/cli](https://github.com/originjs/origin.js/tree/main/packages/cli).

This benchmark is ported from [takahirox's WebAssembly-benchmark](https://github.com/takahirox/WebAssembly-benchmark).

## Usage

Benchmark in browser:
```shell
pnpm run dev:browser
```

Benchmark in nodejs:
```shell
pnpm run dev:nodejs
```