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 2892534 commit 566c9aaCopy full SHA for 566c9aa
src/lib.rs
@@ -12,6 +12,7 @@
12
///
13
/// use ewasm_api::{Hash, block_hash, finish_data};
14
15
+/// #[cfg(target_arch = "wasm32")]
16
/// #[no_mangle]
17
/// pub extern "C" fn main() {
18
/// let a: Hash = block_hash(1);
@@ -36,7 +37,7 @@ pub mod convert;
36
37
#[cfg(feature = "std")]
38
use std::vec::Vec;
39
-use crate::types::*;
40
+pub use crate::types::*;
41
use crate::utils::*;
42
43
/// Enum representing an error code for EEI calls. Currently used by `codeCopy`, `callDataCopy`,
0 commit comments