Skip to content

Commit c077e90

Browse files
authored
grammar
1 parent d503b61 commit c077e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document/js-api/index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1332,7 +1332,7 @@ This document defines a host environment for WebAssembly. It enables a WebAssemb
13321332

13331333
WebAssembly modules can be used in a module graph with ECMAScript modules and Source Phase Imports.
13341334

1335-
Note: While this specification defines both a Source Phase Imports integration and an evaluation/instance phase integration, implementations may choose to implement only the Source Phase Imports as own smaller proposal without implementing the full evaluation/instance phase import form. In this case, the `ResolveExport` abstract operation should be implemented as returning null, and the `InitializeEnvironment` and `ExecuteModule` abstract operations implemented as unconditionally throwing a `ReferenceError` exception.
1335+
Note: While this specification defines both a Source Phase Imports integration and an evaluation/instance phase integration, implementations may choose to implement only the Source Phase Imports as its own smaller proposal without implementing the full evaluation/instance phase import support. In this case, the `ResolveExport` abstract operation should be implemented as returning null, and the `InitializeEnvironment` and `ExecuteModule` abstract operations implemented as unconditionally throwing a `ReferenceError` exception.
13361336

13371337
<dfn export>WebAssembly Module Record</dfn>s are a subclass of [=Cyclic Module Record=] which contain WebAssembly code. WebAssembly Module Records have one additional internal slot:
13381338
* \[[WebAssemblyModule]] : a WebAssembly {{Module}} object

0 commit comments

Comments
 (0)