[Wasm] Don't generate wat format by default in box tests
Gives ~15% tests speedup Use kotlin.wasm.debugMode=1 to enable old behaviour
This commit is contained in:
committed by
Space
parent
706a0d287a
commit
84ed3ff5b0
@@ -358,6 +358,7 @@ class K2JsIrCompiler : CLICompiler<K2JSCompilerArguments>() {
|
||||
backendContext = backendContext,
|
||||
emitNameSection = arguments.wasmDebug,
|
||||
allowIncompleteImplementations = arguments.irDce,
|
||||
generateWat = true,
|
||||
)
|
||||
|
||||
val launcherKind = when (arguments.wasmLauncher) {
|
||||
|
||||
Reference in New Issue
Block a user