|
@@ -52,7 +52,7 @@ pub mod error;
|
|
|
/// Call parameters definitions
|
|
/// Call parameters definitions
|
|
|
pub mod model;
|
|
pub mod model;
|
|
|
|
|
|
|
|
-#[cfg(not(feature = "no-entrypoint"))]
|
|
|
|
|
|
|
+#[cfg(all(not(feature = "no-entrypoint"), target_arch = "wasm32"))]
|
|
|
/// WASM entrypoint functions
|
|
/// WASM entrypoint functions
|
|
|
pub mod entrypoint;
|
|
pub mod entrypoint;
|
|
|
|
|
|