Skip to content

Commit

Permalink
Automatically load SIMD binary for argon2 (#4921)
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten authored Jun 12, 2023
1 parent 0ab9820 commit cd85a4c
Show file tree
Hide file tree
Showing 4 changed files with 264 additions and 15 deletions.
1 change: 1 addition & 0 deletions apps/desktop/webpack.main.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const main = {
{ from: "./src/images", to: "images" },
{ from: "./src/locales", to: "locales" },
"../../node_modules/argon2-browser/dist/argon2.wasm",
"../../node_modules/argon2-browser/dist/argon2-simd.wasm",
],
}),
new EnvironmentPlugin({
Expand Down
211 changes: 197 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"docs:json": "compodoc -p ./tsconfig.json -e json -d .",
"storybook": "ng run components:storybook",
"build-storybook": "ng run components:build-storybook",
"build-storybook:ci": "ng run components:build-storybook --webpack-stats-json"
"build-storybook:ci": "ng run components:build-storybook --webpack-stats-json",
"postinstall": "patch-package"
},
"workspaces": [
"apps/*",
Expand Down Expand Up @@ -189,6 +190,7 @@
"nord": "0.2.1",
"open": "8.4.2",
"papaparse": "5.4.1",
"patch-package": "6.5.1",
"popper.js": "1.16.1",
"proper-lockfile": "4.1.2",
"qrious": "4.0.2",
Expand Down
Loading

0 comments on commit cd85a4c

Please sign in to comment.