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
but __wbindgen_object_drop_ref isn't referenced by the wasm file! Something in our passes likely needs to be reordered (aka generate bindings for __wbindgen_object_drop_ref after the gc pass), but we should understand what's happening before we do this as well.
The text was updated successfully, but these errors were encountered:
Currently on wasm-bindgen a bare file like:
will generate the JS:
but
__wbindgen_object_drop_ref
isn't referenced by the wasm file! Something in our passes likely needs to be reordered (aka generate bindings for__wbindgen_object_drop_ref
after the gc pass), but we should understand what's happening before we do this as well.The text was updated successfully, but these errors were encountered: