make sp-wasm-interface some wasmi impls works in no_std (#11310)

This commit is contained in:
yjh
2022-04-28 22:12:56 +08:00
committed by GitHub
parent 0d73371bb8
commit e1185c317f
@@ -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")))]