[WASM] Throw IllegalArgumentException on negative array size

This commit is contained in:
Abduqodiri Qurbonzoda
2023-06-06 17:26:14 +03:00
committed by Space Team
parent b147b7e929
commit 9f16daac02
8 changed files with 146 additions and 14 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
// TARGET_BACKEND: JS_IR
// TARGET_BACKEND: WASM
// WASM_DCE_EXPECTED_OUTPUT_SIZE: wasm 12_883
// WASM_DCE_EXPECTED_OUTPUT_SIZE: wasm 13_492
interface I {
fun foo() = "OK"