[Wasm] Enable name section in CLI by default

This commit is contained in:
Svyatoslav Kuzmich
2021-11-11 17:15:53 +03:00
parent 49d63abc88
commit 3aafb76077
@@ -233,7 +233,7 @@ class K2JSCompilerArguments : CommonCompilerArguments() {
var wasm: Boolean by FreezableVar(false)
@Argument(value = "-Xwasm-debug-info", description = "Add debug info to WebAssembly compiled module")
var wasmDebug: Boolean by FreezableVar(false)
var wasmDebug: Boolean by FreezableVar(true)
@Argument(
value = "-Xwasm-launcher",