From b3f5fb96debb55cd6e978421cde63585a38a303d Mon Sep 17 00:00:00 2001 From: Luke Wagner Date: Mon, 7 Mar 2016 20:03:23 -0600 Subject: Update references to Function section to Function Signatures section --- BinaryEncoding.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'BinaryEncoding.md') diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 7237d44..6a104a6 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -178,7 +178,7 @@ ID: `export_table` The export table section declares all exports from the module. A module may contain at most one export table section. -This section must be preceded by a [Functions](#functions-section) section. +This section must be preceded by the [Function Signatures](#function-signatures-section) section. | Field | Type | Description | | ----- | ----- | ----- | @@ -197,7 +197,7 @@ This section must be preceded by a [Functions](#functions-section) section. ID: `start_function` A module may contain at most one start fuction section. -This section must be preceded by a [Functions](#functions-section) section. +This section must be preceded by a [Function Signatures](#function-signatures-section) section. | Field | Type | Description | | ----- | ----- | ----- | @@ -228,8 +228,7 @@ a `data_segment` is: ID: `function_table` The indirect function table section declares the size and entries of the indirect function table, which consist -of indexes into the [Functions](#functions-section) section. -This section must be preceded by a [Functions](#functions-section) section. +of indexes into the [Function Signatures](#function-signatures-section) section (which must come before). | Field | Type | Description | | ----- | ----- | ----- | -- cgit v1.2.3