File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ namespace WebAssembly {
320
320
Promise<Instance> instantiate(
321
321
Module moduleObject, optional object importObject);
322
322
323
- Instance moduleInstance (ModuleNamespace namespace);
323
+ Instance namespaceInstance (ModuleNamespace namespace);
324
324
};
325
325
</pre>
326
326
@@ -538,7 +538,7 @@ The verification of WebAssembly type requirements is deferred to the
538
538
</div>
539
539
540
540
<div algorithm>
541
- The <dfn method for="WebAssembly">moduleInstance (|namespace|)</dfn> method, when invoked, performs the following steps:
541
+ The <dfn method for="WebAssembly">namespaceInstance (|namespace|)</dfn> method, when invoked, performs the following steps:
542
542
1. If |namespace| is not a [=is a Module Namespace exotic object=] , [=throw=] a {{TypeError}} exception.
543
543
1. If |namespace|.\[[Module]] is not a [=WebAssembly Module Record=] , [=throw=] a {{TypeError}} exception.
544
544
1. Let |module| be |namespace|.\[[Module]] .
You can’t perform that action at this time.
0 commit comments