From e52aa163afd701d7165f6d4b7f8864c52e5f4dd4 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Tue, 10 Oct 2023 16:16:24 -0400 Subject: [PATCH] Add wasm badge --- Readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index d2c4b1bf..a1e6435e 100644 --- a/Readme.md +++ b/Readme.md @@ -1,10 +1,13 @@ # zstd +[![crates.io](https://img.shields.io/crates/v/zstd.svg)](https://crates.io/crates/zstd) +[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) + [![Build on Linux](https://github.com/gyscos/zstd-rs/actions/workflows/linux.yml/badge.svg)](https://github.com/gyscos/zstd-rs/actions/workflows/linux.yml) [![Build on Windows](https://github.com/gyscos/zstd-rs/actions/workflows/windows.yml/badge.svg)](https://github.com/gyscos/zstd-rs/actions/workflows/windows.yml) [![Build on macOS](https://github.com/gyscos/zstd-rs/actions/workflows/macos.yml/badge.svg)](https://github.com/gyscos/zstd-rs/actions/workflows/macos.yml) -[![crates.io](https://img.shields.io/crates/v/zstd.svg)](https://crates.io/crates/zstd) -[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) +[![Build on wasm](https://github.com/gyscos/zstd-rs/actions/workflows/wasm.yml/badge.svg)](https://github.com/gyscos/zstd-rs/actions/workflows/wasm.yml) + This library is a rust binding for the [zstd compression library][zstd].