Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit c5a7fdd

Browse files
authored
import Vec when run on no_std for wasmi (#11319)
* import Vec when run on no_std for wasmi * cargo fmt
1 parent 7aa0d43 commit c5a7fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

primitives/wasm-interface/src/wasmi_impl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
// limitations under the License.
1717

1818
//! Implementation of conversions between Substrate and wasmi types.
19-
2019
use crate::{Signature, Value, ValueType};
20+
use sp_std::vec::Vec;
2121

2222
impl From<Value> for wasmi::RuntimeValue {
2323
fn from(value: Value) -> Self {

0 commit comments

Comments
 (0)