diff options
Diffstat (limited to 'scripts/fuzz_opt.py')
-rwxr-xr-x | scripts/fuzz_opt.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/fuzz_opt.py b/scripts/fuzz_opt.py index 76d97bd2e..9c8af1106 100755 --- a/scripts/fuzz_opt.py +++ b/scripts/fuzz_opt.py @@ -545,10 +545,6 @@ class Asyncify(TestCaseHandler): print('ignoring due to pre-asyncify difference') return - # TODO: also something that actually does async sleeps in the code, say - # on the logging commands? - # --remove-unused-module-elements removes the asyncify intrinsics, which are not valid to call - def do_asyncify(wasm): cmd = [in_bin('wasm-opt'), wasm, '--asyncify', '-o', 'async.t.wasm'] # if we allow NaNs, running binaryen optimizations and then |