Files
wasmtime/cranelift/reader/Cargo.toml
Andrew Brown b4238229c2 Cast DataValues to and from native types
Also, returns a `Result` in the `RunCommand::run` helper.
2020-05-07 16:51:09 -07:00

19 lines
515 B
TOML

[package]
authors = ["The Cranelift Project Developers"]
name = "cranelift-reader"
version = "0.63.0"
description = "Cranelift textual IR reader"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://docs.rs/cranelift-reader"
repository = "https://github.com/bytecodealliance/wasmtime"
readme = "README.md"
edition = "2018"
[dependencies]
cranelift-codegen = { path = "../codegen", version = "0.63.0" }
target-lexicon = "0.10"
thiserror = "1.0.15"
[badges]
maintenance = { status = "experimental" }