mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 01:27:56 +00:00
sp-wasm-interface: remove useless wasmi impl (#14208)
Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user