Skip to content

Commit ec6acc7

Browse files
authored
wasmparser badges (bytecodealliance#11)
1 parent c6b1c98 commit ec6acc7

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

crates/wasmparser/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ wat = { path = "../wat" }
1919
wast = { path = "../wast" }
2020
rayon = "1.3"
2121

22-
[badges]
23-
travis-ci = { repository = "bytecodealliance/wasmparser.rs" }
24-
2522
[features]
2623
# The "deterministic" feature supports only Wasm code with "deterministic" execution
2724
# across any hardware. This feature is very critical for many Blockchain infrastructures

crates/wasmparser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
**A [Bytecode Alliance](https://bytecodealliance.org/) project**
44

5-
![CI](https://github.com/bytecodealliance/wasmparser/workflows/CI/badge.svg)
65
[![crates.io link](https://img.shields.io/crates/v/wasmparser.svg)](https://crates.io/crates/wasmparser)
6+
[![docs.rs docs](https://img.shields.io/static/v1?label=docs&message=wasmparser&color=blue&style=flat-square)](https://docs.rs/wasmparser/)
77

88
The decoder library provides lightweight and fast decoding/parsing of WebAssembly binary files.
99

0 commit comments

Comments
 (0)