aboutsummaryrefslogtreecommitdiff
path: root/TextFormat.md
diff options
context:
space:
mode:
authorSeth Thompson <s3th.thompson@gmail.com>2016-10-26 22:52:58 +0200
committerJF Bastien <github@jfbastien.com>2016-10-26 13:52:58 -0700
commitcad0ea9ed5f0ac1dda62abe2c66d0a38ff8c104d (patch)
treebc913a187f7442120ba466d7fa28096abf193669 /TextFormat.md
parent35e5e2417964cb6eee4c79d33c0abb84e8b4cf18 (diff)
downloadnanowasm-design-cad0ea9ed5f0ac1dda62abe2c66d0a38ff8c104d.tar.gz
fix improperly spaced markdown blocks and typos (for formatting on website (#837)
Diffstat (limited to 'TextFormat.md')
-rw-r--r--TextFormat.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/TextFormat.md b/TextFormat.md
index 71d6abc..a1953fe 100644
--- a/TextFormat.md
+++ b/TextFormat.md
@@ -1,6 +1,7 @@
# Text Format
The purpose of this text format is to support:
+
* View Source on a WebAssembly module, thus fitting into the Web (where every
source can be viewed) in a natural way.
* Presentation in browser development tools when source maps aren't present
@@ -11,6 +12,7 @@ The purpose of this text format is to support:
The text format is equivalent and isomorphic to the [binary format](BinaryEncoding.md).
The text format will be standardized, but only for tooling purposes:
+
* Compilers will support this format for `.S` and inline assembly.
* Debuggers and profilers will present binary code using this textual format.
* Browsers will not parse the textual format on regular web content in order to