Sha256: a18fad78732d3bbecef8ec00a0ac869e1e0d2d54e2e0aba2b420998c173d80ab

Contents?: true

Size: 1.33 KB

Versions: 1

Compression:

Stored size: 1.33 KB

Contents

# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "winch-codegen"
version = "0.10.1"
authors = ["The Winch Project Developers"]
description = "Winch code generation library"
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasmtime"

[dependencies.anyhow]
version = "1.0.22"

[dependencies.cranelift-codegen]
version = "0.99.1"

[dependencies.gimli]
version = "0.27.0"
features = [
    "read",
    "std",
]
default-features = false

[dependencies.regalloc2]
version = "0.9.2"

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

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

[dependencies.wasmparser]
version = "0.110.0"

[dependencies.wasmtime-environ]
version = "=12.0.1"

[features]
all-arch = [
    "x64",
    "arm64",
]
arm64 = ["cranelift-codegen/arm64"]
x64 = ["cranelift-codegen/x86"]

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wasmtime-12.0.1 ./ext/cargo-vendor/winch-codegen-0.10.1/Cargo.toml