@keyhive/keyhive 0.0.0-alpha.50i → 0.0.0-alpha.50j
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/package.json +1 -1
- package/pkg/keyhive_wasm_bg.js +2 -2
- package/pkg/keyhive_wasm_bg.wasm +0 -0
- package/pkg-node/keyhive_wasm.js +2 -2
- package/pkg-node/keyhive_wasm_bg.wasm +0 -0
- package/pkg-slim/keyhive_wasm.js +2 -2
- package/pkg-slim/keyhive_wasm_bg.wasm +0 -0
- package/pkg-slim/keyhive_wasm_bg.wasm.base64.js +1 -1
package/package.json
CHANGED
package/pkg/keyhive_wasm_bg.js
CHANGED
|
@@ -3364,8 +3364,8 @@ export function __wbindgen_cast_25a0a844437d0e92(arg0, arg1) {
|
|
|
3364
3364
|
return ret;
|
|
3365
3365
|
};
|
|
3366
3366
|
|
|
3367
|
-
export function
|
|
3368
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3367
|
+
export function __wbindgen_cast_3bf4b741a108bc57(arg0, arg1) {
|
|
3368
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 472, function: Function { arguments: [Externref], shim_idx: 473, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3369
3369
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h56c1987c5374a416, wasm_bindgen__convert__closures_____invoke__hb8b6941fceac7069);
|
|
3370
3370
|
return ret;
|
|
3371
3371
|
};
|
package/pkg/keyhive_wasm_bg.wasm
CHANGED
|
Binary file
|
package/pkg-node/keyhive_wasm.js
CHANGED
|
@@ -3395,8 +3395,8 @@ exports.__wbindgen_cast_25a0a844437d0e92 = function(arg0, arg1) {
|
|
|
3395
3395
|
return ret;
|
|
3396
3396
|
};
|
|
3397
3397
|
|
|
3398
|
-
exports.
|
|
3399
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3398
|
+
exports.__wbindgen_cast_3bf4b741a108bc57 = function(arg0, arg1) {
|
|
3399
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 472, function: Function { arguments: [Externref], shim_idx: 473, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3400
3400
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h56c1987c5374a416, wasm_bindgen__convert__closures_____invoke__hb8b6941fceac7069);
|
|
3401
3401
|
return ret;
|
|
3402
3402
|
};
|
|
Binary file
|
package/pkg-slim/keyhive_wasm.js
CHANGED
|
@@ -3300,8 +3300,8 @@ function __wbg_get_imports() {
|
|
|
3300
3300
|
const ret = v0;
|
|
3301
3301
|
return ret;
|
|
3302
3302
|
};
|
|
3303
|
-
imports.wbg.
|
|
3304
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3303
|
+
imports.wbg.__wbindgen_cast_3bf4b741a108bc57 = function(arg0, arg1) {
|
|
3304
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 472, function: Function { arguments: [Externref], shim_idx: 473, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3305
3305
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h56c1987c5374a416, wasm_bindgen__convert__closures_____invoke__hb8b6941fceac7069);
|
|
3306
3306
|
return ret;
|
|
3307
3307
|
};
|
|
Binary file
|