logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: wasmparser

https://lib.rs/crates/wasmparser/

Add the last reviewed version to Cargo.toml / [dependencies]:

wasmparser = "0.15.3"

Filter reviews clicking on the numbers in the summary.

Full column names in tooltip hints: rating Negative, rating Neutral, rating Positive, rating Strong, thoroughness, understanding, reviews count.

Neg
Neu
Pos
Str
tho
und
rev
2
1
1
crate version
rating
date
reviewer
thoroughness, understanding
wasmparser 0.15.3
positive
2019-07-27
low, medium

Looks great overall.
I haven't double-checked any logic against WASM specs.
I haven't verified that WASM validation is suitable to rely upon for JIT compilers or the like.

Detail

FileRatingNotes
examples/dump.rs+1io (safe)
examples/simple.rs+1io (safe)
fuzz/*UNREVIEWED (excluded from crate)
src/lib.rs+1
src/limits.rs+1
src/parser.rs+1
src/tests.rs+1io (safe)
src/validator.rs+1check_utf8 could be mostly replaced with stdlib?
tests/*.wasmUnreviewed... nothing but WASM though, should be OK
.gitignore+1
.travis.yml+1
Cargo.toml+1
Cargo.toml.orig+1
check-rustfmt.sh+1Globally overwrites rustfmt with specific version
format-all.sh+1
LICENSE+1Apache 2.0
Readme.md+1
test-all.sh+1
OtherRatingNotes
unsafe+1No unsafe code.
fs+1Examples and tests only, reasonably used.
wasmparser 0.15.2
positive
2019-07-28
low, medium

Looks great overall.
I haven't double-checked any logic against WASM specs.
I haven't verified that WASM validation is suitable to rely upon for JIT compilers or the like.

Detail

FileRatingNotes
examples/dump.rs+1io (safe)
examples/simple.rs+1io (safe)
fuzz/*UNREVIEWED (excluded from crate)
src/lib.rs+1
src/limits.rs+1
src/parser.rs+1
src/tests.rs+1io (safe)
src/validator.rs+1check_utf8 could be mostly replaced with stdlib?
tests/*.wasmUnreviewed... nothing but WASM though, should be OK
.gitignore+1
.travis.yml+1
Cargo.toml+1
Cargo.toml.orig+1
check-rustfmt.sh+1Globally overwrites rustfmt with specific version
format-all.sh+1
LICENSE+1Apache 2.0
Readme.md+1
test-all.sh+1
OtherRatingNotes
unsafe+1No unsafe code.
fs+1Examples and tests only, reasonably used.

© bestia.dev 2023, MIT License, Version: 2023.608.1636

Open source repository for this web app: https://github.com/bestia-dev/cargo_crev_web/