Simple reproducer is failed on wasmJs (both nodejs and browser) target (works fine on all other targets): ```kotlin @Test fun test() { val k = CryptographyRandom.nextInt(10) } ``` Exception: ``` IrLinkageError: Can not read value from variable 'jsArray': Variable uses unlinked class symbol 'org.khronos.webgl/Int8Array|null[0]' ``` kotlin 2.1.0 I'm not sure if it's compiler or library issue.