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