cranelift-native 0.107.0

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

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

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

[package]
authors = ["The Cranelift Project Developers"]
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"
version = "0.107.0"
[target."cfg(any(target_arch = \"s390x\", target_arch = \"riscv64\"))".dependencies.libc]
default-features = true
version = "0.2.112"