cranelift-native 0.114.0

Support for targeting the host with Cranelift
Documentation
[dependencies.cranelift-codegen]
default-features = false
features = ["std", "unwind"]
version = "0.114.0"

[dependencies.target-lexicon]
version = "0.12.16"

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

[lib]
name = "cranelift_native"
path = "src/lib.rs"

[package]
authors = ["The Cranelift Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["no-std"]
description = "Support for targeting the host with Cranelift"
documentation = "https://docs.rs/cranelift-native"
edition = "2021"
license = "Apache-2.0 WITH LLVM-exception"
name = "cranelift-native"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasmtime"
rust-version = "1.80.0"
version = "0.114.0"

[target.'cfg(any(target_arch = "s390x", target_arch = "riscv64"))'.dependencies.libc]
default-features = true
version = "0.2.112"