We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b98ef9 commit c1c5fd7Copy full SHA for c1c5fd7
Makefile
@@ -650,7 +650,7 @@ build_web_js_api: install_rs_build_toolchain install_wasm_pack
650
651
.PHONY: build_web_js_api_parallel # Build the js API targeting the web browser with parallelism support
652
# parallel wasm requires specific build options, see https://github.com/rust-lang/rust/pull/147225
653
-build_web_js_api_parallel: install_rs_check_toolchain install_wasm_pack
+build_web_js_api_parallel: install_rs_check_toolchain install_wasm_pack install_wasm_bindgen_cli
654
cd tfhe && \
655
rustup component add rust-src --toolchain $(RS_CHECK_TOOLCHAIN) && \
656
RUSTFLAGS="$(WASM_RUSTFLAGS) -C target-feature=+atomics,+bulk-memory \
0 commit comments