@janssenproject/cedarling_wasm 0.0.290-nodejs → 0.0.291-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 +12 -12
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.js
CHANGED
|
@@ -1495,21 +1495,27 @@ exports.__wbg_warn_14a9fd75d0abe5d7 = function(arg0) {
|
|
|
1495
1495
|
console.warn(...arg0);
|
|
1496
1496
|
};
|
|
1497
1497
|
|
|
1498
|
+
exports.__wbindgen_cast_0e8a9f348831646f = function(arg0, arg1) {
|
|
1499
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 510, function: Function { arguments: [], shim_idx: 511, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1500
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h3b69c8350c009da1, wasm_bindgen__convert__closures_____invoke__hfa802aa0addaec97);
|
|
1501
|
+
return ret;
|
|
1502
|
+
};
|
|
1503
|
+
|
|
1498
1504
|
exports.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
|
|
1499
1505
|
// Cast intrinsic for `Ref(String) -> Externref`.
|
|
1500
1506
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
1501
1507
|
return ret;
|
|
1502
1508
|
};
|
|
1503
1509
|
|
|
1504
|
-
exports.
|
|
1505
|
-
// Cast intrinsic for `
|
|
1506
|
-
const ret =
|
|
1510
|
+
exports.__wbindgen_cast_317cf9338e91f114 = function(arg0, arg1) {
|
|
1511
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 555, function: Function { arguments: [Externref], shim_idx: 556, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1512
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h5f4f3416747f6981, wasm_bindgen__convert__closures_____invoke__he934e31379087ee0);
|
|
1507
1513
|
return ret;
|
|
1508
1514
|
};
|
|
1509
1515
|
|
|
1510
|
-
exports.
|
|
1511
|
-
// Cast intrinsic for `
|
|
1512
|
-
const ret =
|
|
1516
|
+
exports.__wbindgen_cast_4625c577ab2ec9ee = function(arg0) {
|
|
1517
|
+
// Cast intrinsic for `U64 -> Externref`.
|
|
1518
|
+
const ret = BigInt.asUintN(64, arg0);
|
|
1513
1519
|
return ret;
|
|
1514
1520
|
};
|
|
1515
1521
|
|
|
@@ -1519,12 +1525,6 @@ exports.__wbindgen_cast_9ae0607507abb057 = function(arg0) {
|
|
|
1519
1525
|
return ret;
|
|
1520
1526
|
};
|
|
1521
1527
|
|
|
1522
|
-
exports.__wbindgen_cast_c8a75cba4fbd7360 = function(arg0, arg1) {
|
|
1523
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 554, function: Function { arguments: [Externref], shim_idx: 555, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1524
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h5f4f3416747f6981, wasm_bindgen__convert__closures_____invoke__he934e31379087ee0);
|
|
1525
|
-
return ret;
|
|
1526
|
-
};
|
|
1527
|
-
|
|
1528
1528
|
exports.__wbindgen_cast_cb9088102bce6b30 = function(arg0, arg1) {
|
|
1529
1529
|
// Cast intrinsic for `Ref(Slice(U8)) -> NamedExternref("Uint8Array")`.
|
|
1530
1530
|
const ret = getArrayU8FromWasm0(arg0, arg1);
|
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.291-nodejs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|