Skip to content
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

Run Scala.JS linker in an external process, enable back Scala.JS linking on Windows #676

Merged

Commits on Mar 23, 2022

  1. Clean-up .gitignore

    We don't write .scala-build / .bsp under modules anymore, no need of
    these in the root .gitignore
    alexarchambault committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    b4d6d45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1681090 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49d012f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db385f3 View commit details
    Browse the repository at this point in the history
  5. Link Scala.JS with scala-js-cli

    So that we don't have to embed the whole scala-js linker in the Scala
    CLI native image.
    alexarchambault committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    9e69d5b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a2cc9a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc4e896 View commit details
    Browse the repository at this point in the history