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
And also lld:
https://reviews.llvm.org/D43922