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

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

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