wasmtime-c-api-impl 40.0.0

C API to expose the Wasmtime runtime
Documentation
[dependencies.anyhow]
default-features = false
version = "1.0.100"

[dependencies.async-trait]
optional = true
version = "0.1.89"

[dependencies.bytes]
default-features = false
optional = true
version = "1.10.1"

[dependencies.cap-std]
optional = true
version = "3.4.5"

[dependencies.env_logger]
optional = true
version = "0.11.5"

[dependencies.futures]
default-features = false
optional = true
version = "0.3.31"

[dependencies.log]
default-features = false
version = "0.4.28"

[dependencies.tokio]
features = ["rt", "time", "fs"]
optional = true
version = "1.48.0"

[dependencies.tracing]
version = "0.1.41"

[dependencies.wasmtime]
default-features = false
features = ["runtime", "gc", "std"]
version = "40.0.0"

[dependencies.wasmtime-c-api-macros]
package = "wasmtime-internal-c-api-macros"
version = "=40.0.0"

[dependencies.wasmtime-wasi]
default-features = false
features = ["p1"]
optional = true
version = "40.0.0"

[dependencies.wasmtime-wasi-io]
default-features = false
features = ["std"]
optional = true
version = "40.0.0"

[dependencies.wat]
optional = true
version = "1.243.0"

[features]
addr2line = ["wasmtime/addr2line"]
all-arch = ["wasmtime/all-arch"]
async = ["wasmtime/async", "futures"]
cache = ["wasmtime/cache"]
component-model = ["wasmtime/component-model"]
coredump = ["wasmtime/coredump"]
cranelift = ["wasmtime/cranelift"]
debug-builtins = ["wasmtime/debug-builtins"]
demangle = ["wasmtime/demangle"]
disable-logging = ["log/max_level_off", "tracing/max_level_off"]
gc = ["wasmtime/gc"]
gc-drc = ["wasmtime/gc-drc"]
gc-null = ["wasmtime/gc-null"]
logging = ["dep:env_logger"]
parallel-compilation = ["wasmtime/parallel-compilation"]
pooling-allocator = ["wasmtime/pooling-allocator"]
profiling = ["wasmtime/profiling"]
pulley = ["wasmtime/pulley"]
threads = ["wasmtime/threads"]
wasi = ["cap-std", "wasmtime-wasi", "wasmtime-wasi-io", "tokio", "async-trait", "bytes"]
wat = ["dep:wat", "wasmtime/wat"]
winch = ["wasmtime/winch"]

[lib]
doctest = false
name = "wasmtime_c_api"
path = "src/lib.rs"
test = false

[lints.clippy]
allow_attributes_without_reason = "warn"
clone_on_copy = "warn"
extra_unused_type_parameters = "warn"
from_over_into = "warn"
manual_strip = "warn"
map_clone = "warn"
multiple_bound_locations = "warn"
redundant_field_names = "warn"
uninlined_format_args = "warn"
unnecessary_cast = "warn"
unnecessary_fallible_conversions = "warn"
unnecessary_mut_passed = "warn"
unnecessary_to_owned = "warn"
useless_conversion = "warn"

[lints.clippy.all]
level = "allow"
priority = -1

[lints.rust]
trivial_numeric_casts = "warn"
unstable_features = "warn"
unused-lifetimes = "warn"
unused-macro-rules = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(pulley_tail_calls)", "cfg(pulley_assume_llvm_makes_tail_calls)", "cfg(pulley_disable_interp_simd)"]
level = "warn"
priority = 0

[package]
authors = ["The Wasmtime Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "C API to expose the Wasmtime runtime"
edition = "2024"
include = ["include", "src", "build.rs", "CMakeLists.txt", "cmake", "doxygen.conf.in"]
license = "Apache-2.0 WITH LLVM-exception"
links = "wasmtime-c-api"
name = "wasmtime-c-api-impl"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasmtime"
resolver = "2"
rust-version = "1.89.0"
version = "40.0.0"