diff options
author | Heejin Ahn <aheejin@gmail.com> | 2021-06-29 15:17:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-29 15:17:47 -0700 |
commit | cdc1b459c0ba7a5ae8c2b091fe3065185ce81494 (patch) | |
tree | 6b39cb6b14b7844501fd3899c9c351df35dc0b83 /test/parse/expr/bad-try-unwind.txt | |
parent | f6ecccbb30383fac7a9f92f49d4c3cc25174ebb2 (diff) | |
download | wabt-cdc1b459c0ba7a5ae8c2b091fe3065185ce81494.tar.gz wabt-cdc1b459c0ba7a5ae8c2b091fe3065185ce81494.tar.bz2 wabt-cdc1b459c0ba7a5ae8c2b091fe3065185ce81494.zip |
[EH] Make tag attribute's encoding uint8 (#1681)
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 'test/parse/expr/bad-try-unwind.txt')
0 files changed, 0 insertions, 0 deletions