[badges.maintenance]
status = "actively-developed"
[dependencies.lazy_static]
optional = true
version = "1.3.0"
[dependencies.object]
default-features = false
features = ["std", "read_core"]
optional = true
version = "0.28.0"
[features]
gdb_jit_int = ["lazy_static"]
perf_jitdump = ["rustix", "object"]
[package]
authors = ["The Wasmtime Project Developers"]
categories = ["development-tools::debugging"]
description = "JIT debug interfaces support for Wasmtime"
edition = "2021"
keywords = ["gdb", "jit"]
license = "Apache-2.0 WITH LLVM-exception"
name = "wasmtime-jit-debug"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasmtime"
resolver = "2"
version = "0.38.3"
[target."cfg(target_os = \"linux\")".dependencies.rustix]
optional = true
version = "0.33.7"