mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
Do not compile wasm_api module when not needed. (#3934)
This otherwise generates some warnings which leads to errors in CI: https://gitlab.parity.io/parity/cumulus/-/jobs/1141589
This commit is contained in:
@@ -47,6 +47,7 @@
|
|||||||
|
|
||||||
pub mod primitives;
|
pub mod primitives;
|
||||||
|
|
||||||
|
#[cfg(all(not(feature = "std"), feature = "wasm-api"))]
|
||||||
mod wasm_api;
|
mod wasm_api;
|
||||||
|
|
||||||
#[cfg(all(not(feature = "std"), feature = "wasm-api"))]
|
#[cfg(all(not(feature = "std"), feature = "wasm-api"))]
|
||||||
|
|||||||
Reference in New Issue
Block a user