()
| 1192 | |
| 1193 | |
| 1194 | def 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 | |
| 1203 | def get_binaryen_version(bindir): |
no outgoing calls
no test coverage detected