One more teaser for this week (live demo) <https:/...
# webassembly
b
One more teaser for this week (live demo) https://twitter.com/bashorov/status/1625958156189794313 Enjoy!
K 2
.wasm 3
a
Is there a github link for this?? Basically I am trying to check if you are using
Copy code
kotlin {
  js(IR) {
    browser()
  }
}
because all the examples on compose-jb are using this approach or are you using
Copy code
kotlin {
  wasm {
    browser()
  }
}
also want to know how you;ve configured webpack to load mjs files
In short, if there is currently no link at the moment, a paste of your
build.gradle(.kts)
would gladly help
b
there is no such example for compose yet
a
Thanks a lot. But what version of the KGP did you use for your compose implementations? KGP 1.8.20 as well??
b
Both 1.8.20-Beta and 1.9.0-dev-* works but may require some hacks in gradle and custom library versions.
We are working on making it simpler with 1.8.20, not done yet🤞 Stay tuned! 📻
a
I see, I see. Let me be patient then. I really wanted to try it out early!!