Skip to content

Commit f3406b3

Browse files
committed
Add badges to README
1 parent a7f1a4c commit f3406b3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# wasmworker
2+
3+
[![Crates.io](https://img.shields.io/crates/v/wasmworker)](https://crates.io/crates/wasmworker)
4+
[![docs.rs](https://img.shields.io/docsrs/wasmworker)](https://docs.rs/wasmworker)
5+
[![CI](https://github.com/paberr/wasmworker/actions/workflows/test.yml/badge.svg)](https://github.com/paberr/wasmworker/actions/workflows/test.yml)
6+
[![Crates.io Downloads](https://img.shields.io/crates/d/wasmworker)](https://crates.io/crates/wasmworker)
7+
[![License](https://img.shields.io/crates/l/wasmworker)](https://github.com/paberr/wasmworker#license)
8+
29
`wasmworker` is a library that provides easy access to parallelization on web targets when compiled to WebAssembly using [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen).
310
In contrast to many other libraries like [wasm-bindgen-rayon](https://github.com/RReverser/wasm-bindgen-rayon), this library does not require SharedArrayBuffer support.
411

0 commit comments

Comments
 (0)