| commit | f62196f517e9e352de452a2c6c01d4492036649d | [log] [tgz] |
|---|---|---|
| author | Alon Zakai <[email protected]> | Wed Oct 18 21:16:18 2023 |
| committer | Alon Zakai <[email protected]> | Wed Oct 18 21:16:18 2023 |
| tree | f069405816e9f705a2e735a002baa476eeba0234 | |
| parent | 2fd24bc8cae967c7ef3a5efd04ed868ce7229202 [diff] |
fixens [ci skip]
diff --git a/test/test_benchmark.py b/test/test_benchmark.py index 86b4044..c652fcb 100644 --- a/test/test_benchmark.py +++ b/test/test_benchmark.py
@@ -368,7 +368,8 @@ wasm2c_support = os.path.join(WABT, 'src', 'template', 'wasm2c.declarations.c') - # Compile C to native + # Compile C to native (using the right compiler, as we may want to get + # libc++ linked in etc.) native = c + '.native' cmd = [ compiler, OPTIMIZATIONS, c, '-o', native, f'-I{WABT}/wasm2c',