File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -433,16 +433,6 @@ The verification of WebAssembly type requirements is deferred to the
433
433
1. Return |promise|.
434
434
</div>
435
435
436
- <div algorithm="instantiate">
437
- To <dfn>synchronously instantiate a WebAssembly module</dfn> from a {{Module}} |moduleObject| and imports |importObject|, perform the following steps:
438
- 1. Let |module| be |moduleObject|.\[[Module]] .
439
- 1. [=Read the imports=] of |module| with imports |importObject|, and let |imports| be the result.
440
- 1. [=Instantiate the core of a WebAssembly module=] |module| with |imports|, and let |instance| be the result.
441
- 1. Let |instanceObject| be a [=/new=] {{Instance}} .
442
- 1. [=initialize an instance object|Initialize=] |instanceObject| from |module| and |instance|.
443
- 1. Return |instanceObject|.
444
- </div>
445
-
446
436
<div algorithm>
447
437
To <dfn>instantiate a promise of a module</dfn> |promiseOfModule| with imports |importObject|, perform the following steps:
448
438
You can’t perform that action at this time.
0 commit comments