Skip to content

Commit 6ddf3a7

Browse files
lucacasonatolittledan
authored andcommitted
renames
1 parent b624d2b commit 6ddf3a7

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
@@ -1245,7 +1245,7 @@ This document defines a host environment for WebAssembly. It enables a WebAssemb
12451245

12461246
<h2 id="esm-integration">Integration with ECMAScript modules</h2>
12471247

1248-
Note: The champions of the Wasm-ESM integration proposal deem it acceptable to implement this integration in two stages. In the first stage only source phase imports of WASM are supported (`import source mod from "./mod.wasm"`). In the second stage, evaluation phase imports would be supported too (`import instance from "./mod.wasm"`). If initially implementing just source phase imports, the `GetExportedNames`, `ResolveExport`, `InitializeEnvironment`, and `ExecuteModule` abstract operations can be implemented as abstract operations unconditionally throwing a `TypeError` exception. In this case, module fetch and CSP integration is still required to be implemented as specified in this proposal.
1248+
Note: The champions of the Wasm-ESM integration proposal deem it acceptable to implement this integration in two stages. In the first stage only source phase imports of WASM are supported (`import source xModule from "./x.wasm"`). In the second stage, evaluation phase imports would be supported too (`import xInstance from "./x.wasm"`). If initially implementing just source phase imports, the `GetExportedNames`, `ResolveExport`, `InitializeEnvironment`, and `ExecuteModule` abstract operations can be implemented as abstract operations unconditionally throwing a `TypeError` exception. In this case, module fetch and CSP integration is still required to be implemented as specified in this proposal.
12491249

12501250
WebAssembly modules can be used in a module graph with ECMAScript modules.
12511251

0 commit comments

Comments
 (0)