#Scala.js 1.19.0 is released! It contains significant performance improvements for the WebAssembly backend (it is now often faster than JS), native support for JS async/await, and a way to leverage Wasm's JavaScript Promise Integration (JSPI). Read more at scala-js.org/news/2025/04/2…
5
33
95
7K
5
@scala_js The JSPI support is IMO a game changer. As long as you enter a js.async{...} block, you can *synchronous await* a JS Promise *anywhere* with js.await(p)! That has never been possible in JavaScript. I can't wait to see what libraries will be built on top of this new superpower.