<https://repo1.maven.org/maven2/org/jetbrains/kotl...
# webassembly
b
n
Are you referring to the deprecated K/N wasm32 target?
I am predicting an official blog post on the Kotlin site announcing the release of Kotlin WASM, once Kotlin 1.7.0 is released 🔮 .
🔮 1
📩 1
d
I'm sealing the envelope, @napperley 😆
e
maybe it'll be announced but it must be experimental at least until wasm-gc is finalized and available (which may be a while as it depends on other proposals as well)
n
Regardless, the lack of a GC won't stop the Kotlin team from releasing another version of Kotlin WASM. Will be interesting to see what the Kotlin team "pull from the hat" 🎩 with the next version 👀 .
🐇 1
f
No kotlin wasm yet
b
It's actually in 1.7 already, just experimental and not announced. Also some configs needs tweaking to get it to work.
Copy code
kotlin {
  wasm {
    browser{ binaries.executable() }
  }
}
n
@Big Chungus - Did you manage to get Kotlin WASM working with the tweaks?
b
yes, but here's an even more complete example https://kotlinlang.slack.com/archives/CDFP59223/p1654896440852059