Skip to content

Commit

Permalink
fixup! Add wasm feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jhugman committed Dec 4, 2024
1 parent 6361aff commit 2e63119
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions crates/ubrn_bindgen/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,8 @@ impl BindingsArgs {
let ts_dir = out.ts_dir.canonicalize_utf8()?;
let abi_dir = out.cpp_dir.canonicalize_utf8()?;

let generator = ReactNativeBindingGenerator::new(
ts_dir.clone(),
abi_dir.clone(),
self.switches(),
);
let generator =
ReactNativeBindingGenerator::new(ts_dir.clone(), abi_dir.clone(), self.switches());
let dummy_dir = Utf8PathBuf::from_str(".")?;

let try_format_code = !out.no_format;
Expand Down

0 comments on commit 2e63119

Please sign in to comment.