wasmtime-jit-debug 27.0.0

JIT debug interfaces support for Wasmtime
Documentation
[package]
name = "wasmtime-jit-debug"
version.workspace = true
authors.workspace = true
description = "JIT debug interfaces support for Wasmtime"
license = "Apache-2.0 WITH LLVM-exception"
categories = ["development-tools::debugging"]
keywords = ["gdb", "jit"]
repository = "https://github.com/bytecodealliance/wasmtime"
readme = "README.md"
edition.workspace = true
rust-version.workspace = true

[lints]
workspace = true

[dependencies]
object = { workspace = true, optional = true }
wasmtime-versioned-export-macros = { workspace = true }

[target.'cfg(target_os = "linux")'.dependencies]
rustix = { workspace = true, features = ["mm", "param", "time"], optional = true }

[features]
gdb_jit_int = []
perf_jitdump = ["rustix", "object"]