diff options
author | Wouter van Oortmerssen <aardappel@gmail.com> | 2020-01-30 14:22:22 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-30 14:22:22 -0800 |
commit | e21bb7e3370da868aa36e3000a756824df4078d1 (patch) | |
tree | 692be44bb9467a7aa057da9b9f2e5c3cabf8022d /scripts/sha256sum.py | |
parent | 4966aa99dceb8851c1135393f520b879096c16fc (diff) | |
download | wabt-e21bb7e3370da868aa36e3000a756824df4078d1.tar.gz wabt-e21bb7e3370da868aa36e3000a756824df4078d1.tar.bz2 wabt-e21bb7e3370da868aa36e3000a756824df4078d1.zip |
wasm-decompile: escape hatch for variables used outside scope. (#1322)
The decompiler assumes it can define a variable where it is first
assigned to, which works for almost all cases, but occasionally there
is a use of a variable outside of the scope where it was defined.
This detects that case, and makes sure that variable is pre-declared.
Diffstat (limited to 'scripts/sha256sum.py')
0 files changed, 0 insertions, 0 deletions