From 64fb7d772126233e42da38bed7f0cf9e1803c99c Mon Sep 17 00:00:00 2001 From: Luke Wagner Date: Fri, 17 Jul 2015 14:46:46 -1000 Subject: Expand TODO and break runon sentence --- Modules.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Modules.md') 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: * `