We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0edbec7 commit 07f0781Copy full SHA for 07f0781
src/vm/mod.rs
@@ -38,4 +38,4 @@ pub use isa::RgbIsa;
38
pub use op_contract::ContractOp;
39
pub use op_timechain::TimechainOp;
40
pub use runtime::AluRuntime;
41
-pub use script::{AluScript, EntryPoint, LIBS_MAX_TOTAL, AluLib};
+pub use script::{AluLib, AluScript, EntryPoint, LIBS_MAX_TOTAL};
0 commit comments