Skip to content

Commit

Permalink
PIYM
Browse files Browse the repository at this point in the history
  • Loading branch information
fbielejec committed Nov 29, 2024
1 parent 317b42e commit aa351b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/shielder-wasm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ build-pkg:

.PHONY: update-package-web
update-package-web:
$(SED_CMD) "s|import initWbg, { wbg_rayon_start_worker } from '../../../';|import initWbg, { wbg_rayon_start_worker } from '../../../shielder_wasm';|g" pkg/pkg-web-multithreaded/snippets/wasm-bindgen-rayon-3e04391371ad0a8e/src/workerHelpers.worker.js
$(SED_CMD) "s|import initWbg, { wbg_rayon_start_worker } from '../../../';|import initWbg, { wbg_rayon_start_worker } from '../../../shielder_wasm';|g" pkg/pkg-web-multithreaded/snippets/wasm-bindgen-rayon-9d40dbf53d170728/src/workerHelpers.worker.js

.PHONY: remove-unused-files
remove-unused-files:
Expand Down

0 comments on commit aa351b8

Please sign in to comment.