wasmi_c_api_impl 0.41.2

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

[[package]]
name = "arrayvec"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"

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

[[package]]
name = "downcast-rs"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea8a8b81cacc08888170eef4d13b775126db426d0b348bee9d18c2c1eaf123cf"

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

[[package]]
name = "multi-stash"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "685a9ac4b61f4e728e1d2c6a7844609c16527aeb5e6c865915c08e619c16410f"

[[package]]
name = "proc-macro2"
version = "1.0.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
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 = "smallvec"
version = "1.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"

[[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.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe"

[[package]]
name = "wasmi"
version = "0.41.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2af1288968f26494ba519d5a1c42e0dc4a225116fc2214430bdcd5b3ac2e15fa"
dependencies = [
 "arrayvec",
 "multi-stash",
 "smallvec",
 "spin",
 "wasmi_collections",
 "wasmi_core",
 "wasmi_ir",
 "wasmparser",
]

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

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

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

[[package]]
name = "wasmi_core"
version = "0.41.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4e096ec5599181706e0ba8cc63a3d0dc6b543d132d6f549badd68c361af3ae9"
dependencies = [
 "downcast-rs",
 "libm",
]

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

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