https://github.com/pevers/wasm-vec-benchmark
Some fiddling with wasm-bindgen
https://github.com/pevers/wasm-vec-benchmark
Last synced: 5 months ago
JSON representation
Some fiddling with wasm-bindgen
- Host: GitHub
- URL: https://github.com/pevers/wasm-vec-benchmark
- Owner: pevers
- Created: 2021-04-01T09:48:07.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-01T12:46:17.000Z (about 5 years ago)
- Last Synced: 2024-12-29T21:45:25.475Z (over 1 year ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Benchmark wasm-bindgen
```
wasm-pack build --target nodejs --release
cd pkg
npm link
cd ../benchmark
npm link wasm-vec-benchmark
```