wasmi_ir 0.40.0

WebAssembly interpreter internal bytecode representation
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

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

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

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

[[package]]
name = "wasmi_ir"
version = "0.40.0"
dependencies = [
 "wasmi_core",
]