MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / with_both_compilers

Function with_both_compilers

test/test_other.py:208–213  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

206
207
208def with_both_compilers(func):
209 assert callable(func)
210
211 parameterize(func, {'': (EMCC,),
212 'emxx': (EMXX,)})
213 return func
214
215
216def wasmfs_all_backends(func):

Callers

nothing calls this directly

Calls 1

parameterizeFunction · 0.90

Tested by

no test coverage detected