rust/tests/target/cfg_mod/wasm32.rs

4 lines
37 B
Rust
Raw Normal View History

fn wasm32() -> &str {
"wasm32"
}