Skip to content

Commit

Permalink
fix: wasm build folder change (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
amagyar-iohk authored and elribonazo committed Apr 25, 2024
1 parent 02d00f8 commit 9eb55ff
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 16 deletions.
2 changes: 1 addition & 1 deletion externals/anoncreds
Submodule anoncreds updated 219 files
2 changes: 1 addition & 1 deletion externals/didcomm
36 changes: 24 additions & 12 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions rollup/rollup.node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ const nodePlugins = [
}),
copy({
targets: [
{ src: "./generated/anoncreds-wasm-node/anoncreds_bg.wasm", dest: "build/node-wasm", rename: "anoncreds.wasm" },
{ src: "./generated/didcomm-wasm-node/didcomm_js_bg.wasm", dest: "build/node-wasm", rename: 'didcomm.wasm' },
{ src: "./externals/generated/anoncreds-wasm-node/anoncreds_bg.wasm", dest: "build/node-wasm", rename: "anoncreds.wasm" },
{ src: "./externals/generated/didcomm-wasm-node/didcomm_js_bg.wasm", dest: "build/node-wasm", rename: 'didcomm.wasm' },
],
}),
wasm({
Expand Down

0 comments on commit 9eb55ff

Please sign in to comment.