File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,9 +19,6 @@ wat = { path = "../wat" }
1919wast = { path = " ../wast" }
2020rayon = " 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
Original file line number Diff line number Diff line change 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
88The decoder library provides lightweight and fast decoding/parsing of WebAssembly binary files.
99
You can’t perform that action at this time.
0 commit comments