Files
wasmtime/cranelift/codegen/src/isa/legacy/mod.rs
2021-09-29 16:13:46 +02:00

5 lines
119 B
Rust

//! Legacy ("old-style") backends that will be removed in the future.
#[cfg(feature = "riscv")]
pub(crate) mod riscv;