cross!() { /* proc-macro */ }
Cross-compile into a target and obtain contents of build directory
let dir = cross! { "wasm32-unknown-unknown" pub fn hi() -> String { "hi".to_string() } };