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
{{ message }}
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
I'm wondering whether the 'read the imports' process should be updated. As far as I can see, when importing a global (step 3.5), the imported value should be either a number or should implement Global. So, it currently does not allow to directly import a JavaScript string, for instance.
It seems that, when the global has a reference type, V8 allows to import arbitrary values as long as the type matches. Firefox is currently pickier but allows to import arbitrary values when the global has type externref.