wasmi_c_api_impl 2.0.0-beta.0

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.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"

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

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

[[package]]
name = "quote"
version = "1.0.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
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.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"

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

[[package]]
name = "wasmi_c_api_impl"
version = "2.0.0-beta.0"
dependencies = [
 "wasmi",
 "wasmi_c_api_macros",
]

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

[[package]]
name = "wasmi_collections"
version = "2.0.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e074ea7951ea2e0946b947d1fdc19578ebc2610d31543f6d25cb412d31a2ee01"

[[package]]
name = "wasmi_core"
version = "2.0.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4080d222e1ffd7a91da176efede8bd0af9c1abf2e8431eefbcd29ea54fd3e12b"
dependencies = [
 "libm",
]

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

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