You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the classes of scala-async are now required at runtime when using async / await. This breaks Scala.JS projects using scala-async, as it's not cross-published for Scala.JS.
In the Scala modules generally, we have gladly merged pull requests adding Scala.js and/or Scala Native cross-builds when they have been submitted by volunteers. (It isn't something we've normally tackled ourselves.)
It seems the classes of scala-async are now required at runtime when using
async
/await
. This breaks Scala.JS projects using scala-async, as it's not cross-published for Scala.JS.See this test project for a reproduction, or coursier/coursier#1843. The test project README details the linking error one runs into during
fastOptJS
.The text was updated successfully, but these errors were encountered: