We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple reproducer is failed on wasmJs (both nodejs and browser) target (works fine on all other targets):
@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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Simple reproducer is failed on wasmJs (both nodejs and browser) target (works fine on all other targets):
Exception:
kotlin 2.1.0
I'm not sure if it's compiler or library issue.
The text was updated successfully, but these errors were encountered: