We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c241eaa commit 8633c0aCopy full SHA for 8633c0a
contract/src/lib.rs
@@ -5,3 +5,5 @@
5
mod main;
6
#[cfg(feature = "native-simulator")]
7
pub use main::program_entry;
8
+
9
+extern crate alloc;
0 commit comments