Skip to content

Commit dea013a

Browse files
committed
Merge pull request #181 from WebAssembly/tweak-var-len-ints
Tweak variable-length integer section
2 parents 85e1914 + f098ada commit dea013a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

BinaryEncoding.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,8 @@ Yes:
5757
*just* parsing in SpiderMonkey (no validation, IR generation) to *just*
5858
decoding in the polyfill (no asm.js code generation).
5959

60-
## Building blocks
61-
62-
### Variable-length integers
63-
* 31% size reduction before compression, 7% size reduction after compression.
60+
## Variable-length integers
61+
* [Polyfill prototype](https://github.com/WebAssembly/polyfill-prototype-1) shows significant size savings before (31%) and after (7%) compression.
6462
* [LEB128](https://en.wikipedia.org/wiki/LEB128) except limited to uint32_t payloads.
6563

6664
## Global structure

0 commit comments

Comments
 (0)