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
One goal I've heard is that descriptor structs can be eventually implemented directly using the existing Shape/Map/Structure objects that Web VMs already use on wasm GC objects.
However, a Shape (in SM at least) is not a JS object and should not be accessible to JS scripts. I don't think it could conceivably work even as an opaque thing like wasm GC objects are now. Things like typeof wouldn't know what to do with it.