Skip to content
Snippets Groups Projects
Commit a990473c authored by yjh's avatar yjh Committed by GitHub
Browse files

import Vec when run on no_std for wasmi (#11319)

* import Vec when run on no_std for wasmi

* cargo fmt
parent af6773ab
No related merge requests found
......@@ -16,8 +16,8 @@
// limitations under the License.
//! Implementation of conversions between Substrate and wasmi types.
use crate::{Signature, Value, ValueType};
use sp_std::vec::Vec;
impl From<Value> for wasmi::RuntimeValue {
fn from(value: Value) -> Self {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment