We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85e1914 + f098ada commit dea013aCopy full SHA for dea013a
BinaryEncoding.md
@@ -57,10 +57,8 @@ Yes:
57
*just* parsing in SpiderMonkey (no validation, IR generation) to *just*
58
decoding in the polyfill (no asm.js code generation).
59
60
-## Building blocks
61
-
62
-### Variable-length integers
63
- * 31% size reduction before compression, 7% size reduction after compression.
+## Variable-length integers
+ * [Polyfill prototype](https://github.com/WebAssembly/polyfill-prototype-1) shows significant size savings before (31%) and after (7%) compression.
64
* [LEB128](https://en.wikipedia.org/wiki/LEB128) except limited to uint32_t payloads.
65
66
## Global structure
0 commit comments