sp-wasm-interface: remove useless wasmi impl (#14208)

Co-authored-by: parity-processbot <>
This commit is contained in:
Qinxuan Chen
2023-05-29 18:32:24 +08:00
committed by GitHub
parent 797e8c08bc
commit c45eeb5498
4 changed files with 5 additions and 129 deletions
@@ -21,9 +21,6 @@
use sp_std::{borrow::Cow, iter::Iterator, marker::PhantomData, mem, result, vec, vec::Vec};
#[cfg(feature = "wasmi")]
mod wasmi_impl;
#[cfg(not(all(feature = "std", feature = "wasmtime")))]
#[macro_export]
macro_rules! if_wasmtime_is_enabled {