We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e32c0 commit 2b16f89Copy full SHA for 2b16f89
src/wasm_snark/switchboard/tests.rs
@@ -2,7 +2,7 @@ use super::{BatchedWasmTransitionCircuit, WASMTransitionCircuit};
2
use crate::{
3
error::ZKWASMError,
4
utils::logging::init_logger,
5
- wasm_ctx::{TraceSliceValues, WASMArgsBuilder, WASMCtx, WasiWASMCtx, ZKWASMCtx},
+ wasm_ctx::{wasi::WasiWASMCtx, TraceSliceValues, WASMArgsBuilder, WASMCtx, ZKWASMCtx},
6
wasm_snark::{construct_IS, mcc::multiset_ops::step_RS_WS, split_vector, StepSize},
7
};
8
use bellpepper_core::ConstraintSystem;
0 commit comments