pub fn wasm_bindgen_build(
    data: &CrateData,
    install_status: &Status,
    out_dir: &Path,
    out_name: &Option<String>,
    disable_dts: bool,
    weak_refs: bool,
    reference_types: bool,
    target: Target,
    profile: BuildProfile,
    extra_options: &Vec<String>
) -> Result<()>
Expand description

Run the wasm-bindgen CLI to generate bindings for the current crate’s .wasm.