[WasmJs] Support catching JS exceptions

Fixed #KT-65660
This commit is contained in:
Igor Yakovlev
2024-02-12 20:41:38 +01:00
committed by Space Team
parent c6aac835e5
commit 8fe5cf2641
18 changed files with 216 additions and 26 deletions
+2 -2
View File
@@ -2,9 +2,9 @@
// TARGET_BACKEND: WASM
// RUN_THIRD_PARTY_OPTIMIZER
// WASM_DCE_EXPECTED_OUTPUT_SIZE: wasm 13_321
// WASM_DCE_EXPECTED_OUTPUT_SIZE: wasm 13_769
// WASM_DCE_EXPECTED_OUTPUT_SIZE: mjs 5_277
// WASM_OPT_EXPECTED_OUTPUT_SIZE: 3_900
// WASM_OPT_EXPECTED_OUTPUT_SIZE: 4_153
interface I {
fun foo() = "OK"