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 eda30cf commit cc24ca2Copy full SHA for cc24ca2
FuzzTesting/differential.py
@@ -22,7 +22,7 @@ def dump_crash_wasm(file, prefix):
22
23
async def run_single(lane, i, program):
24
# Generate a WebAssembly file using wasm-smith
25
- wasm_file = os.path.join(tmp_dir, "t.wasm")
+ wasm_file = os.path.join(tmp_dir, f"t{lane}.wasm")
26
cmd = [
27
"wasm-tools", "smith",
28
"-o", wasm_file,
0 commit comments