pub trait TargetTools {
// Required methods
fn wasm_bin_name(&self) -> String;
fn bin_name(&self) -> String;
}Required Methods§
Sourcefn wasm_bin_name(&self) -> String
fn wasm_bin_name(&self) -> String
Returns the name of the wasm binary
- -> _ and add .wasm to the end