bamts-runtime 0.1.2

Execution runtime and built-in intrinsics for BamTS
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bamts-bytecode"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8aad7181b348ce47049962f9a65d13729fd9a90191c92698fcf5170662926fcd"

[[package]]
name = "bamts-native"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c557cfa80ff00af4989827e3b4e51bc030799dea0eaca8e7ed6ed3b27f45c2db"

[[package]]
name = "bamts-runtime"
version = "0.1.2"
dependencies = [
 "bamts-bytecode",
 "bamts-native",
]