diff options
author | Thomas Lively <tlively@google.com> | 2022-12-06 15:57:27 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-06 13:57:27 -0800 |
commit | 080a2e151b9d740f62bd91708cccb1c9be322cb8 (patch) | |
tree | 0b62d998d5fc0f0f889c41ef36c6e433ebd70f1a /test/lit/help/wasm2js.test | |
parent | e2add4b09e394a2ebf89ebcc27b5e9b6417fc68b (diff) | |
download | binaryen-080a2e151b9d740f62bd91708cccb1c9be322cb8.tar.gz binaryen-080a2e151b9d740f62bd91708cccb1c9be322cb8.tar.bz2 binaryen-080a2e151b9d740f62bd91708cccb1c9be322cb8.zip |
[Parser][NFC] Add `Idx` to type aliases representing indices (#5326)
Previously we had types like `LocalT` and `MemoryT` to represent references to
locals and memories, but when we added field indices in #5255, we had to use
`FieldIdxT` instead of `FieldT` because `FieldT` was already in use as the type
representing a field itself. Update `LocalT`, `MemoryT` and `GlobalT` to have
`Idx` in their names to be consistent with `FieldIdxT`.
Diffstat (limited to 'test/lit/help/wasm2js.test')
0 files changed, 0 insertions, 0 deletions