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
(Just a spec-level bug, I think.) Instantiation is inherently realm-specific and must be given an imports object and so can't happen in the parallel, realm-agnostic processingSteps of Process a potential WebAssembly response in Web.md. Rather, I think compileStreaming and instantiateStreaming should have the same processingSteps (thus removing the need for processingSteps altogether) and instantiateStreaming should do instantiation in its successSteps. CC @littledan since probably we can just get this right in the new bikeshed spec which will subsume and replace Web.md.
The text was updated successfully, but these errors were encountered:
(Just a spec-level bug, I think.) Instantiation is inherently realm-specific and must be given an imports object and so can't happen in the parallel, realm-agnostic
processingSteps
ofProcess a potential WebAssembly response
in Web.md. Rather, I thinkcompileStreaming
andinstantiateStreaming
should have the sameprocessingSteps
(thus removing the need forprocessingSteps
altogether) andinstantiateStreaming
should do instantiation in itssuccessSteps
. CC @littledan since probably we can just get this right in the new bikeshed spec which will subsume and replace Web.md.The text was updated successfully, but these errors were encountered: