mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 04:07:57 +00:00
import Vec when run on no_std for wasmi (#11319)
* import Vec when run on no_std for wasmi * cargo fmt
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user