@janssenproject/cedarling_wasm 0.0.384 → 0.0.385
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/cedarling_wasm.d.ts +1 -1
- package/cedarling_wasm.js +14 -14
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.d.ts
CHANGED
|
@@ -640,7 +640,7 @@ export interface InitOutput {
|
|
|
640
640
|
readonly wasm_bindgen__convert__closures_____invoke__h170c6019ccfd853a: (a: number, b: number, c: any) => void;
|
|
641
641
|
readonly wasm_bindgen__convert__closures_____invoke__ha272cf34a0c89527: (a: number, b: number) => void;
|
|
642
642
|
readonly wasm_bindgen__convert__closures_____invoke__h1f68ebdd661f92ac: (a: number, b: number) => void;
|
|
643
|
-
readonly
|
|
643
|
+
readonly wasm_bindgen__convert__closures_____invoke__h3e65b82f18e4de71: (a: number, b: number) => void;
|
|
644
644
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
645
645
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
646
646
|
readonly __wbindgen_exn_store: (a: number) => void;
|
package/cedarling_wasm.js
CHANGED
|
@@ -1424,7 +1424,7 @@ function __wbg_get_imports() {
|
|
|
1424
1424
|
const ret = Cedarling.__wrap(arg0);
|
|
1425
1425
|
return ret;
|
|
1426
1426
|
},
|
|
1427
|
-
|
|
1427
|
+
__wbg_clearTimeout_1ccca1faf41fc6f8: function(arg0) {
|
|
1428
1428
|
const ret = clearTimeout(arg0);
|
|
1429
1429
|
return ret;
|
|
1430
1430
|
},
|
|
@@ -1483,14 +1483,14 @@ function __wbg_get_imports() {
|
|
|
1483
1483
|
const ret = arg0.fetch(arg1, arg2);
|
|
1484
1484
|
return ret;
|
|
1485
1485
|
},
|
|
1486
|
-
__wbg_fetch_43b2f110608a59ff: function(arg0) {
|
|
1487
|
-
const ret = fetch(arg0);
|
|
1488
|
-
return ret;
|
|
1489
|
-
},
|
|
1490
1486
|
__wbg_fetch_5e2e4a3d60c8d1d3: function(arg0, arg1) {
|
|
1491
1487
|
const ret = fetch(arg0, arg1);
|
|
1492
1488
|
return ret;
|
|
1493
1489
|
},
|
|
1490
|
+
__wbg_fetch_c6486a0142348bc8: function(arg0) {
|
|
1491
|
+
const ret = fetch(arg0);
|
|
1492
|
+
return ret;
|
|
1493
|
+
},
|
|
1494
1494
|
__wbg_fromEntries_ce99d7540610a555: function() { return handleError(function (arg0) {
|
|
1495
1495
|
const ret = Object.fromEntries(arg0);
|
|
1496
1496
|
return ret;
|
|
@@ -1762,6 +1762,10 @@ function __wbg_get_imports() {
|
|
|
1762
1762
|
__wbg_respond_008ca9525ae22847: function() { return handleError(function (arg0, arg1) {
|
|
1763
1763
|
arg0.respond(arg1 >>> 0);
|
|
1764
1764
|
}, arguments); },
|
|
1765
|
+
__wbg_setTimeout_30be5552e4410378: function(arg0, arg1) {
|
|
1766
|
+
const ret = setTimeout(arg0, arg1);
|
|
1767
|
+
return ret;
|
|
1768
|
+
},
|
|
1765
1769
|
__wbg_setTimeout_56bcdccbad22fd44: function() { return handleError(function (arg0, arg1) {
|
|
1766
1770
|
const ret = setTimeout(arg0, arg1);
|
|
1767
1771
|
return ret;
|
|
@@ -1770,10 +1774,6 @@ function __wbg_get_imports() {
|
|
|
1770
1774
|
const ret = setTimeout(arg0, arg1);
|
|
1771
1775
|
return ret;
|
|
1772
1776
|
},
|
|
1773
|
-
__wbg_setTimeout_b188b3bcc8977c7d: function(arg0, arg1) {
|
|
1774
|
-
const ret = setTimeout(arg0, arg1);
|
|
1775
|
-
return ret;
|
|
1776
|
-
},
|
|
1777
1777
|
__wbg_set_022bee52d0b05b19: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1778
1778
|
const ret = Reflect.set(arg0, arg1, arg2);
|
|
1779
1779
|
return ret;
|
|
@@ -1897,7 +1897,7 @@ function __wbg_get_imports() {
|
|
|
1897
1897
|
console.warn(...arg0);
|
|
1898
1898
|
},
|
|
1899
1899
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
1900
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
1900
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 2180, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
1901
1901
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h80274e53af2c4a90);
|
|
1902
1902
|
return ret;
|
|
1903
1903
|
},
|
|
@@ -1917,8 +1917,8 @@ function __wbg_get_imports() {
|
|
|
1917
1917
|
return ret;
|
|
1918
1918
|
},
|
|
1919
1919
|
__wbindgen_cast_0000000000000005: function(arg0, arg1) {
|
|
1920
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
1921
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1920
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 728, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1921
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h3e65b82f18e4de71);
|
|
1922
1922
|
return ret;
|
|
1923
1923
|
},
|
|
1924
1924
|
__wbindgen_cast_0000000000000006: function(arg0) {
|
|
@@ -1970,8 +1970,8 @@ function wasm_bindgen__convert__closures_____invoke__h1f68ebdd661f92ac(arg0, arg
|
|
|
1970
1970
|
wasm.wasm_bindgen__convert__closures_____invoke__h1f68ebdd661f92ac(arg0, arg1);
|
|
1971
1971
|
}
|
|
1972
1972
|
|
|
1973
|
-
function
|
|
1974
|
-
wasm.
|
|
1973
|
+
function wasm_bindgen__convert__closures_____invoke__h3e65b82f18e4de71(arg0, arg1) {
|
|
1974
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h3e65b82f18e4de71(arg0, arg1);
|
|
1975
1975
|
}
|
|
1976
1976
|
|
|
1977
1977
|
function wasm_bindgen__convert__closures_____invoke__h170c6019ccfd853a(arg0, arg1, arg2) {
|
package/cedarling_wasm_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@janssenproject/cedarling_wasm",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"description": "The Cedarling is a performant local authorization service that runs the Rust Cedar Engine",
|
|
5
|
-
"version": "0.0.
|
|
5
|
+
"version": "0.0.385",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|