Add all of the platforms that we support

This commit is contained in:
Omar Abdulla
2025-09-17 21:06:29 +03:00
parent f0f59ad024
commit d7f69449af
2 changed files with 264 additions and 3 deletions
+2 -2
View File
@@ -28,11 +28,11 @@ pub enum PlatformIdentifier {
/// The kitchensink node with the PolkaVM backend with the resolc compiler.
KitchensinkPolkavmResolc,
/// The kitchensink node with the REVM backend with the solc compiler.
KitchensinkREVMSolc,
KitchensinkRevmSolc,
/// The revive dev node with the PolkaVM backend with the resolc compiler.
ReviveDevNodePolkavmResolc,
/// The revive dev node with the REVM backend with the solc compiler.
ReviveDevNodeREVMSolc,
ReviveDevNodeRevmSolc,
}
/// An enum of the platform identifiers of all of the platforms supported by this framework.