Closed
Description
Motivation
WeakRef is now supported by all mainstream browsers: https://caniuse.com/mdn-javascript_builtins_weakref
Proposed Solution
Remove WASM_BINDGEN_WEAKREF
and set the default value to true.
Alternatives
Leak memory forever.. :)
Additional Context
N/A