diff options
| author | Luke Wagner <luke@mozilla.com> | 2015-08-03 13:45:05 -1000 |
|---|---|---|
| committer | Luke Wagner <luke@mozilla.com> | 2015-08-03 13:45:05 -1000 |
| commit | 5b02cc73d0eadbfe8612886cfc4de338e6b02ee3 (patch) | |
| tree | feaa1a2315a536a0fa8b0c1b64bc515e9abcc947 /Modules.md | |
| parent | b5d1641ed56fa1e0099218109988d731eb9ae1a9 (diff) | |
| download | nanowasm-design-5b02cc73d0eadbfe8612886cfc4de338e6b02ee3.tar.gz | |
Change TODO link to not break generate.py
Diffstat (limited to 'Modules.md')
| -rw-r--r-- | Modules.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ out of WebAssembly in order to implement portable source-level interfaces While ES6 defines how to parse, link and execute a module, ES6 does not define when this parsing/linking/execution occurs. An additional extension to the HTML spec is required to say when a script is parsed as a module instead -of normal global code. This work is [ongoing](http://TODO:link-to-loader-level-0-repo). +of normal global code. This work is [ongoing](http://TODO-link-to-loader-level-0-repo). Currently, the following entry points for modules are being considered: * `<script type="module">`; * an overload to the `Worker` constructor; |
