mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00:00
Fix compat with stable
This commit is contained in:
parent
eb73e05b7a
commit
f3c05e5339
@ -67,7 +67,7 @@ fn main() {
|
||||
.debug(args.flag_debug)
|
||||
.demangle(!args.flag_no_demangle)
|
||||
.typescript(args.flag_typescript);
|
||||
if let Some(name) = &args.flag_no_modules_global {
|
||||
if let Some(ref name) = args.flag_no_modules_global {
|
||||
b.no_modules_global(name);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user