We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38e502 commit 289ab0aCopy full SHA for 289ab0a
sdk/package.json
@@ -47,7 +47,7 @@
47
},
48
"homepage": "https://github.com/ProvableHQ/sdk#readme",
49
"dependencies": {
50
- "@provablehq/wasm": "^0.8.8",
+ "@provablehq/wasm": "^0.9.0",
51
"comlink": "^4.4.2",
52
"core-js": "^3.40.0",
53
"mime": "^4.0.6",
sdk/src/program-manager.ts
@@ -1996,6 +1996,8 @@ class ProgramManager {
1996
verifyingKey,
1997
program,
1998
function_id,
1999
+ imports,
2000
+ importedVerifyingKeys,
2001
);
2002
} catch (e) {
2003
console.warn(
0 commit comments