wasmi_ir 0.39.1

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.39.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "281a49ca3c12c8efa052cb67758454fc861d80ab5a03def352e04eb08c20beb2"
dependencies = [
 "downcast-rs",
 "libm",
]

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