wasmtime-wmemcheck 18.0.4

Memcheck implementation for Wasmtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[lints.clippy]
all = "allow"

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

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