mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-23 09:41:33 +00:00
Cli: Fix browser flag
This commit is contained in:
@ -56,7 +56,7 @@ fn main() {
|
||||
let mut b = Bindgen::new();
|
||||
b.input_path(&input)
|
||||
.nodejs(args.flag_nodejs)
|
||||
.browser(args.browser)
|
||||
.browser(args.flag_browser)
|
||||
.debug(args.flag_debug)
|
||||
.typescript(args.flag_typescript);
|
||||
|
||||
|
Reference in New Issue
Block a user