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
darkmoon_uk
06/14/2023, 12:22 AM
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?