Anyone run into issues with running a Canvas/JS ap...
# compose-web
e
Anyone run into issues with running a Canvas/JS app after adding support for Canvas/Wasm? I keep getting this error in every project I've tried it in:
Error loading module '<my module>'. Its dependency 'kotlin-kotlin-stdlib-js-ir' was not found. Please, check whether 'kotlin-kotlin-stdlib-js-ir' is loaded prior to '<my module>'
Canvas/Wasm works fine (and is awesome!)
d
Does it look similar to this issue? I had a working Compose/JS App but after trying to convert it to WASM target it won't run citing inability to find modules, in the browser. If you have Canvas/WASM working, was there a base template you started from?
e
There's a JetBrains repo somewhere with wasm samples. Here are my projects that I'm adding wasm support to https://github.com/eygraber/compose-color-picker/tree/wasm https://github.com/eygraber/portal/tree/wasm