mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2025-01-06 04:07:47 +03:00
664c3f82ee
* 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. * Add a flag for weak references |
||
---|---|---|
.. | ||
_theme | ||
src | ||
.gitignore | ||
book.toml |