pub fn build_current_project_with_rustflags(
file_name: &str,
wasm_builder_source: WasmBuilderSource,
default_rust_flags: &str,
)👎Deprecated since 1.0.5: Please switch to [
WasmBuilder]Expand description
Build the currently built project as WASM binary and extend RUSTFLAGS with the given rustflags.
For more information, see build_current_project.