We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e6abd commit 09b4432Copy full SHA for 09b4432
document/js-api/index.bs
@@ -539,7 +539,7 @@ The verification of WebAssembly type requirements is deferred to the
539
540
<div algorithm>
541
The <dfn method for="WebAssembly">namespaceInstance(|namespace|)</dfn> method, when invoked, performs the following steps:
542
- 1. If |namespace| is not a [=is a Module Namespace exotic object=], [=throw=] a {{TypeError}} exception.
+ 1. If |namespace| is not a [=Module Namespace exotic object=], [=throw=] a {{TypeError}} exception.
543
1. If |namespace|.\[[Module]] is not a [=WebAssembly Module Record=], [=throw=] a {{TypeError}} exception.
544
1. Let |module| be |namespace|.\[[Module]].
545
1. Return |module|.\[[Instance]].
0 commit comments