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

Update support for weak references #2248

Merged
merged 2 commits into from
Jul 23, 2020
Merged

Commits on Jul 22, 2020

  1. Update support for weak referenes

    This commit updates the `WASM_BINDGEN_WEAKREF` feature support to the
    latest version of the weak references proposal in JS. This also updates
    the `Closure` type to use finalization registries to ensure closures are
    deallocated with the JS gc. This means that `Closure::forget` will not
    actually leak memory in a weakref-using application.
    alexcrichton committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    c5635ce View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

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