Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zacowan/wasm-benchmarks
- Owner: zacowan
- Created: 2023-11-11T19:01:49.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T21:32:53.000Z (3 months ago)
- Last Synced: 2024-10-10T20:31:08.002Z (28 days ago)
- Topics: benchmarks, wasm
- Language: TypeScript
- Homepage: https://wasm-bench.zacowan.com
- Size: 166 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)