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
Fixes issue with wasm-native object prototypes being cached, causing issues in enumeration of subsequent objects
Adds a non-object-modifying cacheId store via WeakMap to handle frozen objects, or objects where key pollution is not acceptable
redefines all marshal VM global helpers as non-enumerable properties on the global to limit exposure to escaped execution and to align with suggested approach by Quickjs-emscripten maintainers