aboutsummaryrefslogtreecommitdiff
path: root/Modules.md
diff options
context:
space:
mode:
authorLuke Wagner <luke@mozilla.com>2015-08-03 13:45:05 -1000
committerLuke Wagner <luke@mozilla.com>2015-08-03 13:45:05 -1000
commit5b02cc73d0eadbfe8612886cfc4de338e6b02ee3 (patch)
treefeaa1a2315a536a0fa8b0c1b64bc515e9abcc947 /Modules.md
parentb5d1641ed56fa1e0099218109988d731eb9ae1a9 (diff)
downloadnanowasm-design-5b02cc73d0eadbfe8612886cfc4de338e6b02ee3.tar.gz
Change TODO link to not break generate.py
Diffstat (limited to 'Modules.md')
-rw-r--r--Modules.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules.md b/Modules.md
index dc5a897..435788f 100644
--- a/Modules.md
+++ b/Modules.md
@@ -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;