cranelift-frontend 0.91.1

Cranelift IR builder helper
Documentation
[badges.maintenance]
status = "experimental"
[dependencies.cranelift-codegen]
version = "0.91.1"

[dependencies.hashbrown]
optional = true
version = "0.12"

[dependencies.log]
default-features = false
version = "0.4.8"

[dependencies.smallvec]
features = ["union"]
version = "1.6.1"

[dependencies.target-lexicon]
default-features = false
version = "0.12.3"

[features]
core = ["hashbrown", "cranelift-codegen/core"]
default = ["std"]
std = ["cranelift-codegen/std"]

[package]
authors = ["The Cranelift Project Developers"]
categories = ["no-std"]
description = "Cranelift IR builder helper"
documentation = "https://docs.rs/cranelift-frontend"
edition = "2021"
license = "Apache-2.0 WITH LLVM-exception"
name = "cranelift-frontend"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasmtime"
version = "0.91.1"