[Wasm] Generate wat in tests if compiler key is set
This commit is contained in:
committed by
Space Team
parent
3e9b2573c5
commit
a5dd71ac93
@@ -102,7 +102,7 @@ class WasmBackendFacade(
|
|||||||
propertyLazyInitialization = true,
|
propertyLazyInitialization = true,
|
||||||
generateTypeScriptFragment = generateDts
|
generateTypeScriptFragment = generateDts
|
||||||
)
|
)
|
||||||
val generateWat = debugMode >= DebugMode.DEBUG
|
val generateWat = debugMode >= DebugMode.DEBUG || configuration.getBoolean(JSConfigurationKeys.WASM_GENERATE_WAT)
|
||||||
val baseFileName = "index"
|
val baseFileName = "index"
|
||||||
|
|
||||||
val compilerResult = compileWasm(
|
val compilerResult = compileWasm(
|
||||||
|
|||||||
Reference in New Issue
Block a user