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

Function get_binaryen_feature_flags

tools/building.py:1194–1200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1192
1193
1194def get_binaryen_feature_flags():
1195 # `binaryen_features` is empty unless features have been extracted by
1196 # a previous call to a binaryen tool.
1197 if binaryen_features:
1198 return binaryen_features
1199 else:
1200 return ['--detect-features']
1201
1202
1203def get_binaryen_version(bindir):

Callers 1

run_binaryen_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected