wasmtime-wmemcheck 23.0.3

Memcheck implementation for Wasmtime
Documentation
[lib]
name = "wasmtime_wmemcheck"
path = "src/lib.rs"

[lints.clippy]
all = "allow"

[lints.rust]
trivial_numeric_casts = "warn"
unstable_features = "warn"
unused-lifetimes = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"

[package]
authors = ["The Wasmtime Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Memcheck implementation for Wasmtime"
documentation = "https://docs.rs/wasmtime-cranelift/"
edition = "2021"
license = "Apache-2.0 WITH LLVM-exception"
name = "wasmtime-wmemcheck"
readme = false
repository = "https://github.com/bytecodealliance/wasmtime"
version = "23.0.3"