You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
349 B
12 lines
349 B
[package]
|
|
name = "wasmtime-wmemcheck"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
description = "Memcheck implementation for Wasmtime"
|
|
license = "Apache-2.0 WITH LLVM-exception"
|
|
repository = "https://github.com/bytecodealliance/wasmtime"
|
|
documentation = "https://docs.rs/wasmtime-cranelift/"
|
|
edition.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|