> Failed to apply plugin class 'org.jetbrains.amper.gradle.BindingProjectPlugin'.
> Unsupported platform: wasm
j
Joffrey
02/12/2024, 6:28 PM
Oh I believe that is a bug. Sorry about this. And honestly I don't see a way to work around it right now.
👍 1
Joffrey
02/13/2024, 4:56 PM
FYI, the fix for this is ready (we were not transferring all supported platforms to Gradle). I can't promise when it's going to be released though, but will keep you posted.
👍 1
Joffrey
02/13/2024, 5:17 PM
By the way, sorry if I'm getting your hopes up, but this fix will only add proper support for
wasm
as a platform in a
lib
product. Support for a
wasm/app
product type (for building and running a wasm app in the browser) is not there yet, and will require more work