We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41327e commit 1c38766Copy full SHA for 1c38766
scripts/fuzz_opt.py
@@ -1089,6 +1089,8 @@ def fix_output_for_js(x):
1089
# wasm2js converts exports to valid JS forms, which affects some of
1090
# the names in the test suite. Fix those up.
1091
x = x.replace('log-', 'log_')
1092
+ x = x.replace('call-', 'call_')
1093
+ x = x.replace('export-', 'export_')
1094
1095
# check if a number is 0 or a subnormal, which is basically zero
1096
def is_basically_zero(x):
0 commit comments