@zama-fhe/relayer-sdk 0.1.2 → 0.2.0-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle/relayer-sdk-js.js +1 -1
- package/bundle/relayer-sdk-js.umd.cjs +1 -1
- package/bundle/tfhe_bg.wasm +0 -0
- package/bundle/workerHelpers.js +1 -1
- package/bundle.d.ts +1 -0
- package/lib/tfhe_bg.wasm +0 -0
- package/lib/web.js +1 -1
- package/lib/workerHelpers.js +1 -1
- package/package.json +3 -3
package/bundle/relayer-sdk-js.js
CHANGED
|
@@ -30491,7 +30491,7 @@ function O2() {
|
|
|
30491
30491
|
}, n;
|
|
30492
30492
|
}
|
|
30493
30493
|
function T2(n, t) {
|
|
30494
|
-
n.wbg.memory = t || new WebAssembly.Memory({ initial:
|
|
30494
|
+
n.wbg.memory = t || new WebAssembly.Memory({ initial: 21, maximum: 16384, shared: !0 });
|
|
30495
30495
|
}
|
|
30496
30496
|
function C2(n, t, e) {
|
|
30497
30497
|
if (s = n.exports, ro.__wbindgen_wasm_module = t, Fs = null, ks = null, typeof e < "u" && (typeof e != "number" || e === 0 || e % 65536 !== 0))
|