#Scala.js 1.16.0 is here! It contains several improvements to the generated code size, particularly when emitting ES modules. It also consumes a bit less memory. scala-js.org/news/2024/03/1…
2
25
85
9K
3
@scala_js Very cool! In my project, it reduced fullOptJS emitted JS from 4.3MB to 4MB for one module, and from 8.5MB to 8.25MB for the other. Awesome optimisation!
@scala_js should scala.js support using async/await syntax? it makes future simple than scala's future api.