4 lines
125 B
INI
4 lines
125 B
INI
if "wasm" not in config.available_features:
|
|
config.unsupported = True
|
|
|
|
config.suffixes = [".test", ".yaml", ".ll", ".s"]
|