mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-04-30 19:57:56 +00:00
Port core util lib to support no_std
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
use std::fmt;
|
||||
use std::vec::Vec;
|
||||
use std::borrow::ToOwned;
|
||||
|
||||
use parity_wasm::elements::{
|
||||
self, Section, DataSection, Opcode, DataSegment, InitExpr, Internal, External,
|
||||
ImportCountType,
|
||||
|
||||
Reference in New Issue
Block a user