| commit | 03e101f1b00d463d3a070a43a7ac8f13db291c37 | [log] [tgz] |
|---|---|---|
| author | Sam Clegg <sbc@chromium.org> | Thu Mar 01 18:06:21 2018 +0000 |
| committer | Sam Clegg <sbc@chromium.org> | Thu Mar 01 18:06:21 2018 +0000 |
| tree | 000e836f3e42c60f9803b35cc41f798471314bf3 | |
| parent | c6a75a69f15e42dd4c6b1a79f6d1a4e3df9f75ea [diff] |
[WebAssembly] Use uint8_t for single byte values to match the spec The original BinaryEncoding.md document used to specify that these values were `varint7`, but the official spec lists them explicitly as single byte values and not LEB. A similar change for wabt is in flight: https://github.com/WebAssembly/wabt/pull/782 Differential Revision: https://reviews.llvm.org/D43921 llvm-svn: 326454