diff options
author | Radu M <matei.radu94@gmail.com> | 2020-11-16 09:16:15 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-16 09:16:15 -0800 |
commit | 8555ec5dbcd09bebed3182facf197f0270609d04 (patch) | |
tree | dc4556189d32b15b85ac78f9d39f9af97541f51a /test/interp/basic-logging.txt | |
parent | 2d91f696983e69d2ac5eb65efb83d8251d774d22 (diff) | |
download | wabt-8555ec5dbcd09bebed3182facf197f0270609d04.tar.gz wabt-8555ec5dbcd09bebed3182facf197f0270609d04.tar.bz2 wabt-8555ec5dbcd09bebed3182facf197f0270609d04.zip |
Update output from type to func type in binary writer and reader (#1570)
Signed-off-by: Radu M <root@radu.sh>
Diffstat (limited to 'test/interp/basic-logging.txt')
-rw-r--r-- | test/interp/basic-logging.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/interp/basic-logging.txt b/test/interp/basic-logging.txt index ff38403e..abf1f4e8 100644 --- a/test/interp/basic-logging.txt +++ b/test/interp/basic-logging.txt @@ -11,7 +11,7 @@ 0000008: 01 ; section code 0000009: 00 ; section size (guess) 000000a: 01 ; num types -; type 0 +; func type 0 000000b: 60 ; func 000000c: 00 ; num params 000000d: 01 ; num results @@ -48,7 +48,7 @@ BeginModule(version: 1) BeginTypeSection(5) OnTypeCount(1) - OnType(index: 0, params: [], results: [i32]) + OnFuncType(index: 0, params: [], results: [i32]) EndTypeSection BeginFunctionSection(2) OnFunctionCount(1) |