-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Scala.js 1.17.0 and targeting WASM #3213
Comments
If welcome, I'll try nudge this along a little bit - I think this would be step 1. It works locally for me. I'm fairly confident that it fails in CI because node needs to be > 22 according to the scala JS release notes. https://www.scala-js.org/news/2024/09/28/announcing-scalajs-1.17.0/ I can't see how to set that in CI though... and it's now late... |
Very welcome! Thanks! 🚀 |
@Gedochao :-)... bears an eerie resemblance my esmodule remap hobby... if memory serves, I had to ask you to release the js-cli so that I could reference that in the main project? Could I trouble you again on such a release please? |
Step 3 : WIP :-) |
Is your feature request related to a problem? Please describe.
Scala.js 1.17.0 has been released with experimental WASM target support: https://dev.virtuslab.com/p/scala-to-webassembly-how-and-why
Describe the solution you'd like
Some directives that can be used to configure a WASM target.
Describe alternatives you've considered
Going back to sbt :(
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: