Skip to content

Commit 5a487eb

Browse files
author
Guy Bedford
authored
Merge branch 'main' into csp-note
2 parents 5156f41 + e415499 commit 5a487eb

File tree

2 files changed

+68
-78
lines changed

2 files changed

+68
-78
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ The [specifics of the ES Module integration Proposal are found in this subfolder
88

99
A formatted version of the spec, including this proposal, is available here: [webassembly.github.io/esm-integration](https://webassembly.github.io/esm-integration).
1010

11-
> Note: It is possible to implement the Wasm-ESM integration in two stages. In the first stage only source phase imports of Wasm are supported (`import source fibModule from "./fib.wasm"`). In the second stage, evaluation phase imports would be supported too (`import { fib } from "./fib.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 `SyntaxError` exception. In this case, module fetch and CSP integration is still required to be implemented as specified in this proposal. Implementers are encouraged to ship both stages at once, but it is deemed OK for implementers to initially ship the first stage and then quickly follow up with the second stage, if this aids "time to ship" in implementations.
12-
1311
Original README from upstream repository follows...
1412

1513
# spec

0 commit comments

Comments
 (0)