Hi, starting with `2.3.0-RC`, I’m getting this err...
# webassembly
s
Hi, starting with
2.3.0-RC
, I’m getting this error. There isn’t much info on where it’s happening. Any idea what could be the issue?
Copy code
e: org.jetbrains.kotlin.backend.common.CompilationException: Back-end: Please report this problem <https://kotl.in/issue>
Details: Can't link symbol kotlin.wasm.internal/tryGetAssociatedObject|tryGetAssociatedObject(kotlin.Long;kotlin.Long){}[0]
        at org.jetbrains.kotlin.backend.common.CompilationExceptionKt.compilationException(CompilationException.kt:106)
        at org.jetbrains.kotlin.backend.wasm.ir2wasm.WasmCompiledModuleFragmentKt.bind(WasmCompiledModuleFragment.kt:980)
        at org.jetbrains.kotlin.backend.wasm.ir2wasm.WasmCompiledModuleFragment.bindFileFragments(WasmCompiledModuleFragment.kt:865)
        at org.jetbrains.kotlin.backend.wasm.ir2wasm.WasmCompiledModuleFragment.bindUnboundSymbols(WasmCompiledModuleFragment.kt:844)
        at org.jetbrains.kotlin.backend.wasm.ir2wasm.WasmCompiledModuleFragment.linkWasmCompiledFragments(WasmCompiledModuleFragment.kt:231)
        at org.jetbrains.kotlin.backend.wasm.WasmCompilerKt.compileWasm-tjKN4NU(wasmCompiler.kt:186)
        at org.jetbrains.kotlin.backend.wasm.WasmCompilerKt.compileWasm-tjKN4NU$default(wasmCompiler.kt:162)
b
Have you solved the problem?
If not, could you please provide more info
You may observe something like that when stdlib version is different from toolchain version
s
@bashor thanks for the reply. This got fixed after updating to
2.3.0-RC3
👍 1
b
Glad to hear!