wasm-bindgen/guide
Alex Crichton 664c3f82ee
Update support for weak references (#2248)
* 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
2020-07-23 15:02:01 -05:00
..
_theme Add a "nightly only" warning to documentation 2019-03-07 07:48:26 -08:00
src Update support for weak references (#2248) 2020-07-23 15:02:01 -05:00
.gitignore guide: Add the wasm-bindgen guide 2018-06-19 12:05:27 -07:00
book.toml Update mdbook install 2019-06-19 13:49:57 -07:00