Skip to content

Commit

Permalink
fix std feature in gear-wasm-instrument (#3013)
Browse files Browse the repository at this point in the history
  • Loading branch information
grishasobol authored Aug 2, 2023
1 parent 5967121 commit 84d8395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion utils/wasm-instrument/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ gear-core.workspace = true
default = ["std"]
std = [
"wasm-instrument/std",
"wasm-instrument/sign_ext",
"gear-backend-wasmi/std",
]
1 change: 1 addition & 0 deletions utils/wasm-instrument/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ use crate::{
rules::CustomConstantCostRules,
syscalls::{ParamType, SysCallName},
};
use alloc::format;
use elements::Instruction::*;
use gas_metering::ConstantCostRules;
use parity_wasm::serialize;
Expand Down

0 comments on commit 84d8395

Please sign in to comment.