jazz-wasm 2.0.0-alpha.43 → 2.0.0-alpha.45
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/jazz_wasm.js +7 -7
- package/pkg/jazz_wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/pkg/jazz_wasm.js
CHANGED
|
@@ -1467,14 +1467,14 @@ function __wbg_get_imports() {
|
|
|
1467
1467
|
const ret = arg0.call(arg1);
|
|
1468
1468
|
return ret;
|
|
1469
1469
|
}, arguments); },
|
|
1470
|
-
__wbg_call_aa6e1b9f65550dad: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
1471
|
-
const ret = arg0.call(arg1, arg2, arg3, arg4, arg5);
|
|
1472
|
-
return ret;
|
|
1473
|
-
}, arguments); },
|
|
1474
1470
|
__wbg_call_d578befcc3145dee: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1475
1471
|
const ret = arg0.call(arg1, arg2);
|
|
1476
1472
|
return ret;
|
|
1477
1473
|
}, arguments); },
|
|
1474
|
+
__wbg_call_e0f65243b4670302: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
1475
|
+
const ret = arg0.call(arg1, arg2, arg3, arg4, arg5, arg6);
|
|
1476
|
+
return ret;
|
|
1477
|
+
}, arguments); },
|
|
1478
1478
|
__wbg_clearTimeout_113b1cde814ec762: function(arg0) {
|
|
1479
1479
|
const ret = clearTimeout(arg0);
|
|
1480
1480
|
return ret;
|
|
@@ -2087,12 +2087,12 @@ function __wbg_get_imports() {
|
|
|
2087
2087
|
return ret;
|
|
2088
2088
|
}, arguments); },
|
|
2089
2089
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
2090
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
2090
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 3162, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
2091
2091
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h656199c36535c3e6);
|
|
2092
2092
|
return ret;
|
|
2093
2093
|
},
|
|
2094
2094
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
2095
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("CloseEvent")], shim_idx:
|
|
2095
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("CloseEvent")], shim_idx: 461, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2096
2096
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hf7ddf3622752ec36);
|
|
2097
2097
|
return ret;
|
|
2098
2098
|
},
|
|
@@ -2102,7 +2102,7 @@ function __wbg_get_imports() {
|
|
|
2102
2102
|
return ret;
|
|
2103
2103
|
},
|
|
2104
2104
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
2105
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
2105
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 1260, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2106
2106
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h03757a48b3eba690);
|
|
2107
2107
|
return ret;
|
|
2108
2108
|
},
|
package/pkg/jazz_wasm_bg.wasm
CHANGED
|
Binary file
|