mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 03:47:57 +00:00
make sp-wasm-interface some wasmi impls works in no_std (#11310)
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
use sp_std::{borrow::Cow, iter::Iterator, marker::PhantomData, mem, result, vec, vec::Vec};
|
||||
|
||||
#[cfg(feature = "std")]
|
||||
#[cfg(feature = "wasmi")]
|
||||
mod wasmi_impl;
|
||||
|
||||
#[cfg(not(all(feature = "std", feature = "wasmtime")))]
|
||||
|
||||
Reference in New Issue
Block a user