mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-12 21:41:06 +00:00
Port core util lib to support no_std
This commit is contained in:
+5
-1
@@ -1,3 +1,7 @@
|
||||
use std::string::String;
|
||||
use std::vec::Vec;
|
||||
use std::borrow::ToOwned;
|
||||
|
||||
use parity_wasm::{elements, builder};
|
||||
use optimizer::{import_section, export_section};
|
||||
use byteorder::{LittleEndian, ByteOrder};
|
||||
@@ -200,4 +204,4 @@ pub fn externalize(
|
||||
|
||||
module
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user