wasmtime 17.0.0

High-level API to expose the Wasmtime runtime
Documentation
[dependencies.anyhow]
version = "1.0.22"

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

[dependencies.bincode]
version = "1.2.1"

[dependencies.bumpalo]
version = "3.11.0"

[dependencies.cfg-if]
version = "1.0"

[dependencies.encoding_rs]
optional = true
version = "0.8.31"

[dependencies.fxprof-processed-profile]
optional = true
version = "0.6.0"

[dependencies.indexmap]
version = "2.0.0"

[dependencies.libc]
version = "0.2"

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

[dependencies.object]
default-features = false
features = ["read_core", "elf", "std"]
version = "0.32"

[dependencies.once_cell]
version = "1.12.0"

[dependencies.paste]
version = "1.0.3"

[dependencies.rayon]
optional = true
version = "1.0"

[dependencies.serde]
version = "1.0.188"

[dependencies.serde_derive]
version = "1.0.188"

[dependencies.serde_json]
version = "1.0.80"

[dependencies.target-lexicon]
default-features = false
features = ["std"]
version = "0.12.12"

[dependencies.wasm-encoder]
optional = true
version = "0.38.1"

[dependencies.wasmparser]
version = "0.118.1"

[dependencies.wasmtime-cache]
optional = true
version = "=17.0.0"

[dependencies.wasmtime-component-macro]
optional = true
version = "=17.0.0"

[dependencies.wasmtime-component-util]
optional = true
version = "=17.0.0"

[dependencies.wasmtime-cranelift]
optional = true
version = "=17.0.0"

[dependencies.wasmtime-environ]
version = "=17.0.0"

[dependencies.wasmtime-fiber]
optional = true
version = "=17.0.0"

[dependencies.wasmtime-jit]
version = "=17.0.0"

[dependencies.wasmtime-runtime]
version = "=17.0.0"

[dependencies.wasmtime-winch]
optional = true
version = "=17.0.0"

[dependencies.wat]
optional = true
version = "1.0.82"
[dev-dependencies.tempfile]
version = "3.0"

[features]
addr2line = ["wasmtime-jit/addr2line"]
all-arch = ["wasmtime-cranelift?/all-arch", "wasmtime-winch?/all-arch"]
async = ["dep:wasmtime-fiber", "wasmtime-runtime/async", "dep:async-trait", "wasmtime-component-macro?/async"]
cache = ["dep:wasmtime-cache"]
component-model = ["wasmtime-environ/component-model", "wasmtime-cranelift?/component-model", "wasmtime-winch?/component-model", "wasmtime-runtime/component-model", "dep:wasmtime-component-macro", "dep:wasmtime-component-util", "dep:encoding_rs"]
coredump = ["dep:wasm-encoder"]
cranelift = ["dep:wasmtime-cranelift"]
debug-builtins = ["wasmtime-runtime/debug-builtins", "wasmtime-jit/debug-builtins"]
default = ["async", "cache", "wat", "profiling", "parallel-compilation", "cranelift", "pooling-allocator", "demangle", "addr2line", "coredump", "debug-builtins"]
demangle = ["wasmtime-jit/demangle"]
incremental-cache = ["wasmtime-cranelift?/incremental-cache"]
parallel-compilation = ["dep:rayon"]
pooling-allocator = ["wasmtime-runtime/pooling-allocator"]
profiling = ["wasmtime-jit/profiling", "dep:fxprof-processed-profile"]
winch = ["dep:wasmtime-winch"]
wmemcheck = ["wasmtime-runtime/wmemcheck", "wasmtime-cranelift?/wmemcheck"]
[lints.clippy]
all = "allow"

[lints.rust]
trivial_numeric_casts = "warn"
unstable_features = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"

[package]
authors = ["The Wasmtime Project Developers"]
description = "High-level API to expose the Wasmtime runtime"
documentation = "https://docs.rs/wasmtime"
edition = "2021"
license = "Apache-2.0 WITH LLVM-exception"
name = "wasmtime"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasmtime"
rust-version = "1.73.0"
version = "17.0.0"
[package.metadata.docs.rs]
features = ["component-model"]
rustdoc-args = ["--cfg", "nightlydoc"]
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
features = ["Win32_System_Diagnostics_Debug"]
version = "0.52.0"