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

Enable Wasm weak references for automatic garbage collection #694

Merged
merged 14 commits into from
Mar 9, 2022

Commits on Mar 7, 2022

  1. Switch from wasm-pack to wasm-bindgen directly

    Enable weak references with --weak-refs.
    Fix garbage collection runtime alias errors due to weak references.
    Add lint to prevent weak reference alias errors.
    cycraig committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    c373448 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39e89af View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    cycraig committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    938ff12 View commit details
    Browse the repository at this point in the history
  4. Fix CI

    cycraig committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    29e6cdf View commit details
    Browse the repository at this point in the history
  5. Improve lint error message

    cycraig committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    d7dd2f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec3ceaf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a56aea1 View commit details
    Browse the repository at this point in the history
  8. Fix test compilation

    cycraig committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    d5ab23f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    506f13e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    51d014f View commit details
    Browse the repository at this point in the history
  2. Fix parameters after merge

    cycraig committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    b6411a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9eeeba9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea56e56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad54d46 View commit details
    Browse the repository at this point in the history