mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-13 23:21:08 +00:00
Re-export the whole parity_wasm crate
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "pwasm-utils"
|
name = "pwasm-utils"
|
||||||
version = "0.17.2"
|
version = "0.18.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Nikolay Volf <nikvolf@gmail.com>", "Sergey Pepyakin <s.pepyakin@gmail.com>"]
|
authors = ["Nikolay Volf <nikvolf@gmail.com>", "Sergey Pepyakin <s.pepyakin@gmail.com>"]
|
||||||
license = "MIT/Apache-2.0"
|
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};
|
pub use ref_list::{RefList, Entry, EntryRef, DeleteTransaction};
|
||||||
#[cfg(feature = "std")]
|
#[cfg(feature = "std")]
|
||||||
pub use export_globals::export_mutable_globals;
|
pub use export_globals::export_mutable_globals;
|
||||||
pub use parity_wasm::elements::Instruction;
|
pub use parity_wasm;
|
||||||
use parity_wasm;
|
|
||||||
|
|
||||||
pub struct TargetSymbols {
|
pub struct TargetSymbols {
|
||||||
pub create: &'static str,
|
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::num::NonZeroU32;
|
||||||
use crate::std::str::FromStr;
|
use crate::std::str::FromStr;
|
||||||
use crate::Instruction;
|
use parity_wasm::elements::Instruction;
|
||||||
|
|
||||||
pub struct UnknownInstruction;
|
pub struct UnknownInstruction;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user