File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -107424,14 +107424,10 @@ document.querySelector("button").addEventListener("click", bound);
107424
107424
options</span> <var>options</var>:</p>
107425
107425
107426
107426
<ol>
107427
- <li>
107428
- <p>If <span data-x="concept-environment-noscript">scripting is disabled</span> for
107429
- <var>settings</var>, then set <var>bodyBytes</var> to the byte sequence 0x00 0x61 0x73 0x6d 0x01
107430
- 0x00 0x00 0x00.</p>
107431
-
107432
- <p class="note">This byte sequence corresponds to an empty WebAssembly module with only the magic
107433
- bytes and version number provided.</p>
107434
- </li>
107427
+ <li><p>If <span data-x="concept-environment-noscript">scripting is disabled</span> for
107428
+ <var>settings</var>, then set <var>bodyBytes</var> to the byte sequence 0x00 0x61 0x73 0x6d 0x01
107429
+ 0x00 0x00 0x00, corresponding to an empty WebAssembly module with only the magic bytes and version
107430
+ number provided.</p></li>
107435
107431
107436
107432
<li><p>Let <var>script</var> be a new <span>module script</span> that this algorithm will
107437
107433
subsequently initialize.</p></li>
@@ -107488,6 +107484,11 @@ document.querySelector("button").addEventListener("click", bound);
107488
107484
</ol>
107489
107485
</li>
107490
107486
107487
+ <li><p>Let <var>moduleType</var> be the result of running the <span>module type from module
107488
+ request</span> steps given <var>requested</var>.</p></li>
107489
+ <li><p><span>Assert</span>: <var>moduleType</var> is "<code data-x="">javascript-or-wasm</code>"
107490
+ </p></li>
107491
+
107491
107492
<li>
107492
107493
<p class="note">WebAssembly modules do not currently define attributes for their imports,
107493
107494
therefore the <span data-x="module type from request">module type from<span> any of their
You can’t perform that action at this time.
0 commit comments