Upgraded project here to Kotlin 2.2.20-Beta1 and g...
# webassembly
j
Upgraded project here to Kotlin 2.2.20-Beta1 and getting following when running Compose for Web app.....all other targets seem ok
Copy code
WebAssembly.instantiate(): Import #5281 "./skiko.mjs" "org_jetbrains_skia_Shader__1nMakeWithLocalMatrix": function import requires a callable
LinkError: WebAssembly.instantiate(): Import #5281 "./skiko.mjs" "org_jetbrains_skia_Shader__1nMakeWithLocalMatrix": function import requires a callable
a
the same for me after deps updates, any solutions found?
j
@Andrey Yegorov did you find anything about this after that?
just updated to official 2.2.20 and seeing same issue
a
I’m still on 2.2.0 🥲
j
Is anyone else getting this error with Kotin 2.2.20
Copy code
WebAssembly.instantiate(): Import #5281 "./skiko.mjs" "org_jetbrains_skia_Shader__1nMakeWithLocalMatrix": function import requires a callable
LinkError: WebAssembly.instantiate(): Import #5281 "./skiko.mjs" "org_jetbrains_skia_Shader__1nMakeWithLocalMatrix": function import requires a callable
🚫 3
ok narrowed it down to inclusion of https://github.com/jordond/MaterialKolor ....seems there's some incompatibility there