@auser/workflow-graph-web 0.1.0 → 0.4.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/package.json
CHANGED
|
@@ -666,13 +666,13 @@ function __wbg_get_imports() {
|
|
|
666
666
|
return ret;
|
|
667
667
|
},
|
|
668
668
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
669
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 8, function: Function { arguments: [F64], shim_idx:
|
|
670
|
-
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_170,
|
|
669
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 8, function: Function { arguments: [F64], shim_idx: 14, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
670
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_170, __wasm_bindgen_func_elem_182);
|
|
671
671
|
return addHeapObject(ret);
|
|
672
672
|
},
|
|
673
673
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
674
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 8, function: Function { arguments: [NamedExternref("Array<any>"), NamedExternref("ResizeObserver")], shim_idx:
|
|
675
|
-
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_170,
|
|
674
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 8, function: Function { arguments: [NamedExternref("Array<any>"), NamedExternref("ResizeObserver")], shim_idx: 11, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
675
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_170, __wasm_bindgen_func_elem_176);
|
|
676
676
|
return addHeapObject(ret);
|
|
677
677
|
},
|
|
678
678
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
@@ -696,8 +696,8 @@ function __wbg_get_imports() {
|
|
|
696
696
|
return addHeapObject(ret);
|
|
697
697
|
},
|
|
698
698
|
__wbindgen_cast_0000000000000007: function(arg0, arg1) {
|
|
699
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 8, function: Function { arguments: [], shim_idx:
|
|
700
|
-
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_170,
|
|
699
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 8, function: Function { arguments: [], shim_idx: 17, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
700
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_170, __wasm_bindgen_func_elem_187);
|
|
701
701
|
return addHeapObject(ret);
|
|
702
702
|
},
|
|
703
703
|
__wbindgen_cast_0000000000000008: function(arg0) {
|
|
@@ -729,8 +729,8 @@ function __wbg_get_imports() {
|
|
|
729
729
|
};
|
|
730
730
|
}
|
|
731
731
|
|
|
732
|
-
function
|
|
733
|
-
wasm.
|
|
732
|
+
function __wasm_bindgen_func_elem_187(arg0, arg1) {
|
|
733
|
+
wasm.__wasm_bindgen_func_elem_187(arg0, arg1);
|
|
734
734
|
}
|
|
735
735
|
|
|
736
736
|
function __wasm_bindgen_func_elem_171(arg0, arg1, arg2) {
|
|
@@ -749,12 +749,12 @@ function __wasm_bindgen_func_elem_171_5(arg0, arg1, arg2) {
|
|
|
749
749
|
wasm.__wasm_bindgen_func_elem_171_5(arg0, arg1, addHeapObject(arg2));
|
|
750
750
|
}
|
|
751
751
|
|
|
752
|
-
function
|
|
753
|
-
wasm.
|
|
752
|
+
function __wasm_bindgen_func_elem_176(arg0, arg1, arg2, arg3) {
|
|
753
|
+
wasm.__wasm_bindgen_func_elem_176(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
754
754
|
}
|
|
755
755
|
|
|
756
|
-
function
|
|
757
|
-
wasm.
|
|
756
|
+
function __wasm_bindgen_func_elem_182(arg0, arg1, arg2) {
|
|
757
|
+
wasm.__wasm_bindgen_func_elem_182(arg0, arg1, arg2);
|
|
758
758
|
}
|
|
759
759
|
|
|
760
760
|
const ThemeColorsFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
Binary file
|