6bfd1e7e9f
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).
6 lines
136 B
Kotlin
Vendored
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" |