Skip to content

Commit 289ab0a

Browse files
Bump provablehq/wasm dependency to v0.9.0
1 parent c38e502 commit 289ab0a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"homepage": "https://github.com/ProvableHQ/sdk#readme",
4949
"dependencies": {
50-
"@provablehq/wasm": "^0.8.8",
50+
"@provablehq/wasm": "^0.9.0",
5151
"comlink": "^4.4.2",
5252
"core-js": "^3.40.0",
5353
"mime": "^4.0.6",

sdk/src/program-manager.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1996,6 +1996,8 @@ class ProgramManager {
19961996
verifyingKey,
19971997
program,
19981998
function_id,
1999+
imports,
2000+
importedVerifyingKeys,
19992001
);
20002002
} catch (e) {
20012003
console.warn(

0 commit comments

Comments
 (0)