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
Node.js is preparing to land the source phase imports implementation at nodejs/node#56919, using the new V8 support for ResolveSourceCallback and ImportModuleDynamicallyWithPhase APIs.
Adding support for these in Rusty V8, enabling the source phase feature parser and then implementing the source phase imports proposal for Web Assembly per the ESM Integration would be great to see in Deno as well, and is unblocked as of the current V8 versions.
The text was updated successfully, but these errors were encountered:
Node.js is preparing to land the source phase imports implementation at nodejs/node#56919, using the new V8 support for
ResolveSourceCallback
andImportModuleDynamicallyWithPhase
APIs.Adding support for these in Rusty V8, enabling the source phase feature parser and then implementing the source phase imports proposal for Web Assembly per the ESM Integration would be great to see in Deno as well, and is unblocked as of the current V8 versions.
The text was updated successfully, but these errors were encountered: