mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-05-07 07:07:57 +00:00
Re-export the whole parity_wasm crate
This commit is contained in:
+1
-2
@@ -34,8 +34,7 @@ pub use graph::{Module, parse as graph_parse, generate as graph_generate};
|
||||
pub use ref_list::{RefList, Entry, EntryRef, DeleteTransaction};
|
||||
#[cfg(feature = "std")]
|
||||
pub use export_globals::export_mutable_globals;
|
||||
pub use parity_wasm::elements::Instruction;
|
||||
use parity_wasm;
|
||||
pub use parity_wasm;
|
||||
|
||||
pub struct TargetSymbols {
|
||||
pub create: &'static str,
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ use crate::std::collections::BTreeMap as Map;
|
||||
|
||||
use crate::std::num::NonZeroU32;
|
||||
use crate::std::str::FromStr;
|
||||
use crate::Instruction;
|
||||
use parity_wasm::elements::Instruction;
|
||||
|
||||
pub struct UnknownInstruction;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user