wasmtime-jit-debug 6.0.2

JIT debug interfaces support for Wasmtime
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.object]
default-features = false
features = ["read_core", "elf", "std"]
optional = true
version = "0.29"

[dependencies.once_cell]
optional = true
version = "1.12.0"

[features]
gdb_jit_int = ["once_cell"]
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"
version = "6.0.2"
[target."cfg(target_os = \"linux\")".dependencies.rustix]
features = ["mm", "param", "time"]
optional = true
version = "0.36.7"