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
Give than the destructor function we export for a given exported resource will
take care of removing the rep from the `RepTable`, we should not try to do that
in the `Dispose(bool)` method; just call `WasmInterop.wasmImportResourceDrop`,
which will call the host, which will call back into the guest, which will remove
the entry.
Signed-off-by: Joel Dice <[email protected]>
0 commit comments