Files
kotlin-fork/compiler/testData/codegen/box/size/ok.kt
T
Zalim Bashorov 6bfd1e7e9f [Wasm] Stop using unsigned numbers in ScopedMemoryAllocator
It turned out that using unsigned numbers is heavy both in terms of size and performance.
We can consider switching back (KT-58041) as soon as we implement unsigned numbers and operations using wasm built-in capabilities (KT-58039).
2023-04-17 16:15:22 +00:00

6 lines
136 B
Kotlin
Vendored

// TARGET_BACKEND: WASM
// WASM_DCE_EXPECTED_OUTPUT_SIZE: wasm 17_768
// WASM_DCE_EXPECTED_OUTPUT_SIZE: mjs 5_976
fun box() = "OK"