From 1005b1267f70a5a7cf7a8774af6c12d813464720 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Fri, 20 Oct 2017 19:38:31 -0700 Subject: Emit binary function index in comment in text format, for convenience (#1232) --- test/reduce/memory_table.wast.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/reduce/memory_table.wast.txt') diff --git a/test/reduce/memory_table.wast.txt b/test/reduce/memory_table.wast.txt index 005493040..0a9a8a9e4 100644 --- a/test/reduce/memory_table.wast.txt +++ b/test/reduce/memory_table.wast.txt @@ -7,7 +7,7 @@ (export "f1" (func $2)) (export "f2" (func $3)) (export "f4" (func $0)) - (func $0 (type $0) (result i32) + (func $0 (; 0 ;) (type $0) (result i32) (i32.add (call_indirect $0 (i32.const 3) @@ -17,13 +17,13 @@ ) ) ) - (func $1 (type $0) (result i32) + (func $1 (; 1 ;) (type $0) (result i32) (i32.const 1234) ) - (func $2 (type $1) + (func $2 (; 2 ;) (type $1) (nop) ) - (func $3 (type $0) (result i32) + (func $3 (; 3 ;) (type $0) (result i32) (i32.store (i32.const 0) (i32.const 65530) -- cgit v1.2.3