@diaryx/wasm-node 1.4.0-dev.b234e40 → 1.4.0-dev.dae45a7
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/diaryx_wasm.js +1 -1
- package/diaryx_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/diaryx_wasm.js
CHANGED
|
@@ -697,7 +697,7 @@ function __wbg_get_imports() {
|
|
|
697
697
|
console.warn(arg0, arg1, arg2, arg3);
|
|
698
698
|
},
|
|
699
699
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
700
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
700
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 434, function: Function { arguments: [Externref], shim_idx: 435, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
701
701
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hc0ecfed3f77ea255, wasm_bindgen__convert__closures_____invoke__h2b2515b80a4dcf5e);
|
|
702
702
|
return ret;
|
|
703
703
|
},
|
package/diaryx_wasm_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@diaryx/wasm-node",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"description": "WebAssembly bindings for Diaryx core functionality",
|
|
5
|
-
"version": "1.4.0-dev.
|
|
5
|
+
"version": "1.4.0-dev.dae45a7",
|
|
6
6
|
"license": "SEE LICENSE IN ../../LICENSE.md",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|