From 87a96eb2f13603cf954cb13f131616df7a17e832 Mon Sep 17 00:00:00 2001 From: rossberg-chromium Date: Mon, 31 Oct 2016 08:43:09 +0100 Subject: Clarify requirements (#854) --- TextFormat.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'TextFormat.md') diff --git a/TextFormat.md b/TextFormat.md index d852d41..4c27ce3 100644 --- a/TextFormat.md +++ b/TextFormat.md @@ -99,8 +99,10 @@ will be used in the text format projected from a binary WebAssembly module. # Future design ## :unicorn: -An official text format capable of representing WebAssembly modules needs a -way of encoding, in addition to function bodies: declarations, function +An official text format for WebAssembly needs to +be able to represent any well-structured module unambiguously. +In addition to function bodies and their instruction sequences, it also needs a +way of encoding declarations, function signatures, data segments, tables, and other [sections](BinaryEncoding.md#high-level-structure) of the binary format. -- cgit v1.2.3