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 b5ac1aa commit 5532413Copy full SHA for 5532413
scripts/test/generate_lld_tests.py
@@ -49,7 +49,6 @@ def generate_wast_files(clang_bin, lld_bin, emscripten_root):
49
'-O1',
50
])
51
52
-
53
wasm_file = src_file.replace(ext, '.wasm')
54
wast_file = src_file.replace(ext, '.wast')
55
0 commit comments