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

Cache Scala.js Linker to enable incremental linking #1007

Merged
merged 2 commits into from
Nov 24, 2020

Commits on Nov 20, 2020

  1. Configuration menu
    Copy the full SHA
    cd86efd View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Use WeakReference to allow garbage collection of Linkers

    - Use mutable.Map instead of immutable as cache
    lolgab committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    0268586 View commit details
    Browse the repository at this point in the history