[Wasm/WASI] Implement Wasm WASI box test for K2

Fix #KT-64449
This commit is contained in:
Igor Yakovlev
2024-01-23 17:39:24 +01:00
committed by Space Team
parent a5dd71ac93
commit 4a49261f8c
4 changed files with 62 additions and 20 deletions
@@ -1,6 +1,8 @@
// MODULE: main
// FILE: main.kt
import kotlin.wasm.WasmExport
var onExportedFunctionExitCounter = 0
@WasmExport()