mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-14 08:27:50 +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)
|
.debug(args.flag_debug)
|
||||||
.demangle(!args.flag_no_demangle)
|
.demangle(!args.flag_no_demangle)
|
||||||
.typescript(args.flag_typescript);
|
.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);
|
b.no_modules_global(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user