Skip to content

Commit

Permalink
make sp-wasm-interface some wasmi impls works in no_std (paritytech#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
yjhmelody authored Apr 28, 2022
1 parent 1b57cff commit 804b4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitives/wasm-interface/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")))]
Expand Down

0 comments on commit 804b4c9

Please sign in to comment.