aboutsummaryrefslogtreecommitdiff
path: root/Modules.md
diff options
context:
space:
mode:
authorLuke Wagner <luke@mozilla.com>2015-07-17 14:46:46 -1000
committerLuke Wagner <luke@mozilla.com>2015-07-24 10:53:59 -1000
commit64fb7d772126233e42da38bed7f0cf9e1803c99c (patch)
treee78e4c81048e165556010fbf0da94ed4224a266e /Modules.md
parentbc2aaeb3b592873b55c97f0ce0787aeaeb8432b1 (diff)
downloadnanowasm-design-64fb7d772126233e42da38bed7f0cf9e1803c99c.tar.gz
Expand TODO and break runon sentence
Diffstat (limited to 'Modules.md')
-rw-r--r--Modules.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules.md b/Modules.md
index 57c9c7d..fe881fb 100644
--- a/Modules.md
+++ b/Modules.md
@@ -8,7 +8,7 @@ is called a **module**. A module contains:
* after the MVP, sections containing [debugging/symbol information](Tooling.md) or
a reference to separate files containing them; and
* possibly other sections in the future.
-Sections declare their type and byte-length and sections with unknown types are
+Sections declare their type and byte-length. Sections with unknown types are
silently ignored.
While WebAssembly modules are designed to interoperate with ES6 modules
@@ -58,8 +58,8 @@ terms of host-specific functionality.
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](TODO). Currently, the following
-entry points for modules are being considered:
+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;
* an overload to the `importScripts` Worker API;