1if 'wasm' not in config.available_features: 2 config.unsupported = True 3 4config.suffixes = ['.test', '.yaml', '.ll', '.s'] 5
1if 'wasm' not in config.available_features: 2 config.unsupported = True 3 4config.suffixes = ['.test', '.yaml', '.ll', '.s'] 5