Sha256: 2be3014f8223a88d90de05fdc084922dff1e078a0fd28dc4ca9f9d21de6eb1a2
Contents?: true
Size: 1.4 KB
Versions: 1
Compression:
Stored size: 1.4 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.13.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.102.1" features = [ "std", "unwind", ] default-features = false [dependencies.gimli] version = "0.28.0" features = [ "read", "std", ] default-features = false [dependencies.regalloc2] version = "0.9.3" [dependencies.smallvec] version = "1.6.1" features = ["union"] [dependencies.target-lexicon] version = "0.12.12" features = [ "std", "std", ] default-features = false [dependencies.wasmparser] version = "0.116.0" [dependencies.wasmtime-environ] version = "=15.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-15.0.1 | ./ext/cargo-vendor/winch-codegen-0.13.1/Cargo.toml |