Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Oct 24, 2024
1 parent 4a8e4e2 commit 4b062db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xtask/src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ pub fn step_wasm_bindgen_build<T>(
// TODO: Check for wasm-bindgen on `PATH`
let sh = Shell::new()?;
// let _env = sh.push_env("RUSTFLAGS", crate::RUSTFLAGS);
println!("wasm_path: {}", wasm_path.display());
println!("pkg_directory: {}", pkg_directory.display());
let cmd = cmd!(sh, "wasm-bindgen {wasm_path} --out-dir {pkg_directory} --typescript --target web --split-linked-modules");
pretty_print(cmd, f)?;
Ok(())
Expand Down

0 comments on commit 4b062db

Please sign in to comment.