Home
last modified time | relevance | path

Searched refs:ALL_ARCHITECTURES (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/fuzz/fuzz_targets/
H A Dcranelift-icache.rs53 let target = u.choose(isa::ALL_ARCHITECTURES)?; in generate()
/wasmtime-44.0.1/cranelift/codegen/src/isa/
H A Dmod.rs129 pub const ALL_ARCHITECTURES: &[&str] = &["x86_64", "aarch64", "s390x", "riscv64"]; constant