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.
2 parents 2892534 + 566c9aa commit 6b372a8Copy full SHA for 6b372a8
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