Cargo Features
winch-codegen has no features set by default.
[dependencies]
winch-codegen = { version = "26.0.1", features = ["x64", "arm64", "all-arch"] }
- x64 all-arch?
-
Enables x86 of cranelift-codegen
The following two dependencies (cranelift-codegen, regalloc2) are temporary; mostly to have access to
PReg
s and the calling convention. In the next iteration we'll factor out the common bits so that they can be consumed by Cranelift and Winch. - arm64 all-arch?
-
Enables arm64 of cranelift-codegen
- all-arch = arm64, x64