You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The wasm-bindgen --weak-refs flag adds support for using TC39 Weak References proposal to garbage collect rust objects avoiding the need to explicitly call free. Currently this is supported on major browsers with the exception of Safari.
It would be great if we could pass this down to wasm-bindgen using wasm-pack.
The text was updated successfully, but these errors were encountered:
💡 Feature description
The wasm-bindgen --weak-refs flag adds support for using TC39 Weak References proposal to garbage collect rust objects avoiding the need to explicitly call
free
. Currently this is supported on major browsers with the exception of Safari.It would be great if we could pass this down to wasm-bindgen using wasm-pack.
The text was updated successfully, but these errors were encountered: