Files
wasmtime/cranelift/interpreter/Cargo.toml
wasmtime-publish 08ef518c95 Bump Wasmtime to 4.0.0 (#5209)
Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com>
2022-11-06 13:32:34 -06:00

29 lines
766 B
TOML

[package]
name = "cranelift-interpreter"
version = "0.91.0"
authors = ["The Cranelift Project Developers"]
description = "Interpret Cranelift IR"
repository = "https://github.com/bytecodealliance/wasmtime"
documentation = "https://docs.rs/cranelift-interpreter"
categories = ["no-std"]
license = "Apache-2.0 WITH LLVM-exception"
readme = "README.md"
edition.workspace = true
[dependencies]
cranelift-codegen = { workspace = true }
cranelift-entity = { workspace = true }
log = { workspace = true }
smallvec = { workspace = true }
thiserror = "1.0.15"
[target.x86_64-pc-windows-gnu.dependencies]
libm = "0.2.4"
[dev-dependencies]
cranelift-frontend = { workspace = true }
cranelift-reader = { workspace = true }
[badges]
maintenance = { status = "experimental" }