Skip to content

Commit

Permalink
chore: set via elf
Browse files Browse the repository at this point in the history
  • Loading branch information
eigmax committed Jul 27, 2024
1 parent 9d0b722 commit 4c4eef3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions algebraic-gpu/src/witness/witness_calculator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ use serde_json::Value;
use std::str::FromStr;
use wasmer::{imports, Function, Instance, Memory, MemoryType, Module, Store};

#[cfg(not(feature = "wasm"))]
use std::fs::OpenOptions;
#[cfg(not(feature = "wasm"))]
use std::io::{BufWriter, Write};

use byteorder::{LittleEndian, WriteBytesExt};
Expand Down Expand Up @@ -185,7 +183,6 @@ impl WitnessCalculator {
Ok(w)
}

#[cfg(not(feature = "wasm"))]
pub fn save_witness_to_bin_file<E: PrimeField>(
&mut self,
filename: &str,
Expand Down
3 changes: 0 additions & 3 deletions algebraic/src/witness/witness_calculator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ use serde_json::Value;
use std::str::FromStr;
use wasmer::{imports, Function, Instance, Memory, MemoryType, Module, Store};

#[cfg(not(feature = "wasm"))]
use std::fs::OpenOptions;
#[cfg(not(feature = "wasm"))]
use std::io::{BufWriter, Write};

use byteorder::{LittleEndian, WriteBytesExt};
Expand Down Expand Up @@ -185,7 +183,6 @@ impl WitnessCalculator {
Ok(w)
}

#[cfg(not(feature = "wasm"))]
pub fn save_witness_to_bin_file<E: ScalarEngine>(
&mut self,
filename: &str,
Expand Down

0 comments on commit 4c4eef3

Please sign in to comment.