https://kotlinlang.org logo
j

Jorn Hertsig

07/07/2023, 1:11 PM
I'm trying to set up a Compose Multiplatform WASM project, based on the examples in the Jetsnack repo. When I run
wasmBrowserRun
, it starts fine but I get an error in the browser console: "Uncaught LinkError: WebAssembly.instantiate(): Import #6343 module="skia" function="org_jetbrains_skia_ImageFilter__1nMakePaint" error: function import requires a callable". Any hints on what I'm doing wrong? When I look under Sources, the
myapp.uninitialized.mjs
file is present
2 Views