TargetTools

Trait TargetTools 

Source
pub trait TargetTools {
    // Required methods
    fn wasm_bin_name(&self) -> String;
    fn bin_name(&self) -> String;
}

Required Methods§

Source

fn wasm_bin_name(&self) -> String

Returns the name of the wasm binary - -> _ and add .wasm to the end

Source

fn bin_name(&self) -> String

Returns the name of the binary with no extension - -> _

Implementations on Foreign Types§

Source§

impl TargetTools for Target

Implementors§