wasmi_c_api_impl 1.0.2

C bindings for the Wasmi WebAssembly interpreter
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bitflags"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"

[[package]]
name = "libm"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"

[[package]]
name = "proc-macro2"
version = "1.0.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"

[[package]]
name = "unicode-ident"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"

[[package]]
name = "wasmi"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24e540fa62fa4bcadc7123b79c131fd0fe4d29fc2567e8606fbac9c03f88f987"
dependencies = [
 "spin",
 "wasmi_collections",
 "wasmi_core",
 "wasmi_ir",
 "wasmparser",
]

[[package]]
name = "wasmi_c_api_impl"
version = "1.0.2"
dependencies = [
 "wasmi",
 "wasmi_c_api_macros",
]

[[package]]
name = "wasmi_c_api_macros"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea949cab4b5d743ad4e1ed389d23dec41d5198ddc3599cd3f830b07b03b50fb2"
dependencies = [
 "proc-macro2",
 "quote",
]

[[package]]
name = "wasmi_collections"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1772adb103a7550024fc139b84604b60d262faa9b91505aa392aa82ce0508660"

[[package]]
name = "wasmi_core"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85ad451bd39c847361af689c6fde7fc40cb0c3b51de0906f4e430a14aefcd4ab"
dependencies = [
 "libm",
]

[[package]]
name = "wasmi_ir"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c294ef57bfa61a6bacb0b69ff70144f7e32779277426472f565b603cdfa9d8e"
dependencies = [
 "wasmi_core",
]

[[package]]
name = "wasmparser"
version = "0.228.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4abf1132c1fdf747d56bbc1bb52152400c70f336870f968b85e89ea422198ae3"
dependencies = [
 "bitflags",
]