mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-04-22 04:27:57 +00:00
Re-export the whole parity_wasm crate
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pwasm-utils"
|
||||
version = "0.17.2"
|
||||
version = "0.18.0"
|
||||
edition = "2018"
|
||||
authors = ["Nikolay Volf <nikvolf@gmail.com>", "Sergey Pepyakin <s.pepyakin@gmail.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
|
||||
+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