Is Wasm a supported platform right now? Added `wa...
# amper
j
Is Wasm a supported platform right now? Added
wasm
to
platforms
but getting following.
Copy code
> Failed to apply plugin class 'org.jetbrains.amper.gradle.BindingProjectPlugin'.
   > Unsupported platform: wasm
j
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
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
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