diff options
author | Alon Zakai <alonzakai@gmail.com> | 2017-08-15 14:25:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-15 14:25:45 -0700 |
commit | 21d06aea04244fa71b5053bd87f2ec6a2ac9d5c2 (patch) | |
tree | 420d234a172642f0eeff119c9b585e80eb1629ea /test/example/c-api-unused-mem.txt | |
parent | 4216894b22e5891e83851d2af42080293e6089e4 (diff) | |
download | binaryen-21d06aea04244fa71b5053bd87f2ec6a2ac9d5c2.tar.gz binaryen-21d06aea04244fa71b5053bd87f2ec6a2ac9d5c2.tar.bz2 binaryen-21d06aea04244fa71b5053bd87f2ec6a2ac9d5c2.zip |
Emit optimal-size LEBs in section/subsection/function body sizes (#1128)
* emit optimal-size LEBs in section/subsection/function body sizes, instead of preallocating 5 bytes
Diffstat (limited to 'test/example/c-api-unused-mem.txt')
-rw-r--r-- | test/example/c-api-unused-mem.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/example/c-api-unused-mem.txt b/test/example/c-api-unused-mem.txt index b073d4d02..c6ac48235 100644 --- a/test/example/c-api-unused-mem.txt +++ b/test/example/c-api-unused-mem.txt @@ -46,7 +46,7 @@ (call $main) ) ) -213 +177 (module (type $0 (func)) (type $1 (func)) |