Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zacowan/wasm-benchmarks

A collection of benchmarks for executing WebAssembly in different environments.
https://github.com/zacowan/wasm-benchmarks

benchmarks wasm

Last synced: 15 days ago
JSON representation

A collection of benchmarks for executing WebAssembly in different environments.

Awesome Lists containing this project

README

        

# WASM Benchmarks

> A collection of benchmarks for executing WebAssembly in different environments.

For this "experiment", I had two core questions I wanted to explore:

1. Are the performance benefits of using WebAssembly over JavaScript?
2. What are the performance implications of using different languages that compile to WebAssembly?

## Available Benchmarks

The results of each benchmark are highlighted in the README.

- [Web Assembly Executed in the Browser](./packages/bench-web)