Skip to content

Commit fe7b52f

Browse files
eymarWojciech Liberda
authored andcommitted
Use new exception handling proposal for k/wasm targets (JetBrains#5359)
Just adding a compilation flag to use the new proposal. ## Testing N/A ## Release Notes N/A
1 parent 15dfbe5 commit fe7b52f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

benchmarks/multiplatform/benchmarks/build.gradle.kts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,16 @@ kotlin {
5555
}
5656
}
5757
browser()
58+
59+
binaries.configureEach {
60+
compilation.compileTaskProvider.configure {
61+
compilerOptions {
62+
freeCompilerArgs.apply {
63+
add("-Xwasm-use-new-exception-proposal")
64+
}
65+
}
66+
}
67+
}
5868
}
5969

6070
sourceSets {

0 commit comments

Comments
 (0)