Skip to content

Commit

Permalink
fix: following review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sifnoc committed Dec 18, 2024
1 parent cd83050 commit 4126bb2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test-e2e/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name = "web"

[dependencies]
mopro-ffi = { path = "../mopro-ffi", features = ["halo2", "circom", "ashlang"] }
mopro-wasm-lib = { path = "./mopro-wasm-lib" }
mopro-wasm = { path = "./mopro-wasm" }
uniffi = "0.28.0"

# Circom dependencies
Expand Down
2 changes: 0 additions & 2 deletions test-e2e/mopro-wasm-lib/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
pub use mopro_wasm::app_config;

#[cfg(target_family = "wasm")]
use mopro_wasm::halo2::{gemini, hyperplonk, plonk};
2 changes: 1 addition & 1 deletion test-e2e/src/bin/web.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fn main() {
mopro_wasm_lib::app_config::web::build()
mopro_wasm::app_config::web::build()
}
2 changes: 1 addition & 1 deletion test-e2e/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Jinhwan",
"license": "MIT",
"scripts": {
"build": "cd ../../mopro-wasm && wasm-pack build --target web --out-dir ../test-e2e/web/mopro-pkg -- --all-features",
"build": "cd .. && cargo run --bin web",
"start": "yarn lite-server",
"test": "node index.js"
},
Expand Down

0 comments on commit 4126bb2

Please sign in to comment.