revive_common/
extension.rs1pub static EXTENSION_MANIFEST: &str = "toml";
5
6pub static EXTENSION_JSON: &str = "json";
8
9pub static EXTENSION_ABI: &str = "abi";
11
12pub static EXTENSION_YUL: &str = "yul";
14
15pub static EXTENSION_EVM: &str = "evm";
17
18pub static EXTENSION_EVM_BINARY: &str = "bin";
20
21pub static EXTENSION_SOLIDITY: &str = "sol";
23
24pub static EXTENSION_LLL: &str = "lll";
26
27pub static EXTENSION_LLVM_SOURCE: &str = "ll";
29
30pub static EXTENSION_LLVM_BINARY: &str = "bc";
32
33pub static EXTENSION_POLKAVM_ASSEMBLY: &str = "pvmasm";
35
36pub static EXTENSION_POLKAVM_BINARY: &str = "pvm";
38
39pub static EXTENSION_OBJECT: &str = "o";