cranelift-isle 0.80.0

ISLE: Instruction Selection and Lowering Expressions. A domain-specific language for instruction selection in Cranelift.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
authors = ["The Cranelift Project Developers"]
description = "ISLE: Instruction Selection and Lowering Expressions. A domain-specific language for instruction selection in Cranelift."
edition = "2018"
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.80.0"

[dependencies]
log = "0.4"
miette = "3.0.0"
thiserror = "1.0.29"