@janssenproject/cedarling_wasm 0.0.321-nodejs → 0.0.322-nodejs
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.js +11 -11
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.js
CHANGED
|
@@ -1282,7 +1282,7 @@ function __wbg_get_imports() {
|
|
|
1282
1282
|
const ret = Object.fromEntries(arg0);
|
|
1283
1283
|
return ret;
|
|
1284
1284
|
}, arguments); },
|
|
1285
|
-
|
|
1285
|
+
__wbg_getRandomValues_76dfc69825c9c552: function() { return handleError(function (arg0, arg1) {
|
|
1286
1286
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
1287
1287
|
}, arguments); },
|
|
1288
1288
|
__wbg_getRandomValues_c44a50d8cfdaebeb: function() { return handleError(function (arg0, arg1) {
|
|
@@ -1455,7 +1455,7 @@ function __wbg_get_imports() {
|
|
|
1455
1455
|
const a = state0.a;
|
|
1456
1456
|
state0.a = 0;
|
|
1457
1457
|
try {
|
|
1458
|
-
return
|
|
1458
|
+
return wasm_bindgen__convert__closures_____invoke__h24c31e14977a730e(a, state0.b, arg0, arg1);
|
|
1459
1459
|
} finally {
|
|
1460
1460
|
state0.a = a;
|
|
1461
1461
|
}
|
|
@@ -1621,12 +1621,12 @@ function __wbg_get_imports() {
|
|
|
1621
1621
|
},
|
|
1622
1622
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
1623
1623
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 575, function: Function { arguments: [], shim_idx: 576, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1624
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1624
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hd16846c4db5702f7, wasm_bindgen__convert__closures_____invoke__h11599899629cf4d4);
|
|
1625
1625
|
return ret;
|
|
1626
1626
|
},
|
|
1627
1627
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
1628
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 619, function: Function { arguments: [Externref], shim_idx:
|
|
1629
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1628
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 619, function: Function { arguments: [Externref], shim_idx: 2043, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
1629
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h05d83266f808ff3c, wasm_bindgen__convert__closures_____invoke__hef1652f203b86df2);
|
|
1630
1630
|
return ret;
|
|
1631
1631
|
},
|
|
1632
1632
|
__wbindgen_cast_0000000000000003: function(arg0) {
|
|
@@ -1670,19 +1670,19 @@ function __wbg_get_imports() {
|
|
|
1670
1670
|
};
|
|
1671
1671
|
}
|
|
1672
1672
|
|
|
1673
|
-
function
|
|
1674
|
-
wasm.
|
|
1673
|
+
function wasm_bindgen__convert__closures_____invoke__h11599899629cf4d4(arg0, arg1) {
|
|
1674
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h11599899629cf4d4(arg0, arg1);
|
|
1675
1675
|
}
|
|
1676
1676
|
|
|
1677
|
-
function
|
|
1678
|
-
const ret = wasm.
|
|
1677
|
+
function wasm_bindgen__convert__closures_____invoke__hef1652f203b86df2(arg0, arg1, arg2) {
|
|
1678
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__hef1652f203b86df2(arg0, arg1, arg2);
|
|
1679
1679
|
if (ret[1]) {
|
|
1680
1680
|
throw takeFromExternrefTable0(ret[0]);
|
|
1681
1681
|
}
|
|
1682
1682
|
}
|
|
1683
1683
|
|
|
1684
|
-
function
|
|
1685
|
-
wasm.
|
|
1684
|
+
function wasm_bindgen__convert__closures_____invoke__h24c31e14977a730e(arg0, arg1, arg2, arg3) {
|
|
1685
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h24c31e14977a730e(arg0, arg1, arg2, arg3);
|
|
1686
1686
|
}
|
|
1687
1687
|
|
|
1688
1688
|
|
package/cedarling_wasm_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@janssenproject/cedarling_wasm",
|
|
3
3
|
"description": "The Cedarling is a performant local authorization service that runs the Rust Cedar Engine",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.322-nodejs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|