mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-04-26 02:37:55 +00:00
Fixes necessary for having no_std imports work with edition2018
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use std::vec::Vec;
|
||||
use crate::std::vec::Vec;
|
||||
|
||||
use parity_wasm::elements::{self, BlockType, Type};
|
||||
use super::{resolve_func_type, Error};
|
||||
|
||||
Reference in New Issue
Block a user