Skip to content

Commit c1c5fd7

Browse files
committed
chore(wasm): install wasm bindgen before using wasm pack
1 parent 0b98ef9 commit c1c5fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ build_web_js_api: install_rs_build_toolchain install_wasm_pack
650650

651651
.PHONY: build_web_js_api_parallel # Build the js API targeting the web browser with parallelism support
652652
# 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
653+
build_web_js_api_parallel: install_rs_check_toolchain install_wasm_pack install_wasm_bindgen_cli
654654
cd tfhe && \
655655
rustup component add rust-src --toolchain $(RS_CHECK_TOOLCHAIN) && \
656656
RUSTFLAGS="$(WASM_RUSTFLAGS) -C target-feature=+atomics,+bulk-memory \

0 commit comments

Comments
 (0)