diff options
author | Daniel Wirtz <dcode@dcode.io> | 2020-09-03 03:30:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-03 03:30:31 +0200 |
commit | 5effd0d06cceb25c75a561b505a4e6a23ce0bab2 (patch) | |
tree | 615100fa26eb3beafce6516342dedc46f6d53091 /src/wasm/wasm-validator.cpp | |
parent | 7c1253ee4513ec86e851536e29fd5f11d13b0b19 (diff) | |
download | binaryen-5effd0d06cceb25c75a561b505a4e6a23ce0bab2.tar.gz binaryen-5effd0d06cceb25c75a561b505a4e6a23ce0bab2.tar.bz2 binaryen-5effd0d06cceb25c75a561b505a4e6a23ce0bab2.zip |
Fix Wasm2JSBuilder leaking temporary Function (#3098)
Fixes `Wasm2JSBuilder` leaking a temporary `Function` (`WASM_FETCH_HIGH_BITS`) in `Wasm2JSBuilder::processWasm`. The function is created to be converted to JS, but is not actually part of the module, so it either needs to be cleaned up separately or be added to the module. This PR does the latter in case it is useful.
Diffstat (limited to 'src/wasm/wasm-validator.cpp')
0 files changed, 0 insertions, 0 deletions