cranelift-isle 0.107.0

ISLE: Instruction Selection and Lowering Expressions. A domain-specific language for instruction selection in Cranelift.
Documentation
[dependencies.codespan-reporting]
optional = true
version = "0.11.1"

[dependencies.log]
default-features = false
optional = true
version = "0.4.8"
[dev-dependencies.tempfile]
version = "3"

[features]
default = []
fancy-errors = ["codespan-reporting"]
logging = ["log"]
[lints.clippy]
all = "allow"

[lints.rust]
trivial_numeric_casts = "warn"
unstable_features = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"

[package]
authors = ["The Cranelift Project Developers"]
description = "ISLE: Instruction Selection and Lowering Expressions. A domain-specific language for instruction selection in Cranelift."
edition = "2021"
license = "Apache-2.0 WITH LLVM-exception"
name = "cranelift-isle"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasmtime/tree/main/cranelift/isle"
version = "0.107.0"