macro_rules! client_wasm_build_dir_for {
    (release) => { ... };
    (debug) => { ... };
    ($profile:tt bins) => { ... };
}
Expand description

Directory in which the WASM client is being built.