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
* Add back in resources destructors to Rust exports
This was accidentally left out of my refactoring from bytecodealliance#871 meaning that
exported Rust resources never actually got their destructors run because
the `export!` macro forgot to drop things.
Closesbytecodealliance#887
* Get test passing for Go
0 commit comments