[][src]Function substrate_wasm_builder_runner::build_current_project_with_rustflags

pub fn build_current_project_with_rustflags(
    file_name: &str,
    wasm_builder_source: WasmBuilderSource,
    default_rustflags: &str
)

Build the currently built project as WASM binary and extend RUSTFLAGS with the given rustflags.

For more information, see build_current_project.