the solc github releases downloader

Signed-off-by: xermicus <bigcyrill@hotmail.com>
This commit is contained in:
xermicus
2025-03-21 15:20:50 +01:00
parent 84a5647a8b
commit 11bd08df4e
7 changed files with 113 additions and 24 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
//! Implements the [SolidityCompiler] trait with revive Wasm for
//! Implements the [crate::SolidityCompiler] trait with revive Wasm for
//! compiling contracts to PVM bytecode (via Wasm).
+1 -1
View File
@@ -1,2 +1,2 @@
//! Implements the [SolidityCompiler] trait with resolc for
//! Implements the [crate::SolidityCompiler] trait with resolc for
//! compiling contracts to PVM bytecode.