parameterized({
'': (['-sEXECUTABLE', '-o', 'out.js'],),
# -sEXECUTABLE is implied if output filename has no extension
'no_extension': (['-o', 'foo'],),
# -sEXECUTABLE is implied for `
| 1 | # Copyright 2013 The Emscripten Authors. All rights reserved. |
| 2 | # Emscripten is available under two separate licenses, the MIT license and the |
| 3 | # University of Illinois/NCSA Open Source License. Both these licenses can be |
| 4 | # found in the LICENSE file. |
nothing calls this directly
no outgoing calls
no test coverage detected