diff options
author | Heejin Ahn <aheejin@gmail.com> | 2021-06-22 12:30:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-22 12:30:53 -0700 |
commit | 21711ffea3cea19cab52bbd989a1c8638b3dd9a7 (patch) | |
tree | e165085a648fadafc16dc75d09c26efe551aba16 /scripts/test/wasm2js.py | |
parent | 6951511e7079a0ff4b0ae06d137f9b3bd18b81f8 (diff) | |
download | binaryen-21711ffea3cea19cab52bbd989a1c8638b3dd9a7.tar.gz binaryen-21711ffea3cea19cab52bbd989a1c8638b3dd9a7.tar.bz2 binaryen-21711ffea3cea19cab52bbd989a1c8638b3dd9a7.zip |
[EH] Make tag attribute's encoding uint8 (#3949)
This changes the encoding of the `attribute` field, which currently only
contains the value `0` denoting this tag is for an exception, from
`varuint32` to `uint8`. This field is effectively unused at the moment
and reserved for future use, and it is not likely to need `varuint32`
even in future.
See https://github.com/WebAssembly/exception-handling/pull/162.
This does not change any encoded binaries because `0` is encoded in the
same way both in `varuint32` and `uint8`.
Diffstat (limited to 'scripts/test/wasm2js.py')
0 files changed, 0 insertions, 0 deletions