@janssenproject/cedarling_wasm 0.0.288-nodejs → 0.0.289-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 +16 -16
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.js
CHANGED
|
@@ -225,14 +225,14 @@ if (!('encodeInto' in cachedTextEncoder)) {
|
|
|
225
225
|
|
|
226
226
|
let WASM_VECTOR_LEN = 0;
|
|
227
227
|
|
|
228
|
-
function wasm_bindgen__convert__closures_____invoke__he934e31379087ee0(arg0, arg1, arg2) {
|
|
229
|
-
wasm.wasm_bindgen__convert__closures_____invoke__he934e31379087ee0(arg0, arg1, arg2);
|
|
230
|
-
}
|
|
231
|
-
|
|
232
228
|
function wasm_bindgen__convert__closures_____invoke__hfa802aa0addaec97(arg0, arg1) {
|
|
233
229
|
wasm.wasm_bindgen__convert__closures_____invoke__hfa802aa0addaec97(arg0, arg1);
|
|
234
230
|
}
|
|
235
231
|
|
|
232
|
+
function wasm_bindgen__convert__closures_____invoke__he934e31379087ee0(arg0, arg1, arg2) {
|
|
233
|
+
wasm.wasm_bindgen__convert__closures_____invoke__he934e31379087ee0(arg0, arg1, arg2);
|
|
234
|
+
}
|
|
235
|
+
|
|
236
236
|
function wasm_bindgen__convert__closures_____invoke__h048f8d0721d2ddfa(arg0, arg1, arg2, arg3) {
|
|
237
237
|
wasm.wasm_bindgen__convert__closures_____invoke__h048f8d0721d2ddfa(arg0, arg1, arg2, arg3);
|
|
238
238
|
}
|
|
@@ -1507,21 +1507,27 @@ exports.__wbindgen_cast_4625c577ab2ec9ee = function(arg0) {
|
|
|
1507
1507
|
return ret;
|
|
1508
1508
|
};
|
|
1509
1509
|
|
|
1510
|
+
exports.__wbindgen_cast_7c08b7b6f622c969 = function(arg0, arg1) {
|
|
1511
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 509, function: Function { arguments: [], shim_idx: 510, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1512
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h3b69c8350c009da1, wasm_bindgen__convert__closures_____invoke__hfa802aa0addaec97);
|
|
1513
|
+
return ret;
|
|
1514
|
+
};
|
|
1515
|
+
|
|
1510
1516
|
exports.__wbindgen_cast_9ae0607507abb057 = function(arg0) {
|
|
1511
1517
|
// Cast intrinsic for `I64 -> Externref`.
|
|
1512
1518
|
const ret = arg0;
|
|
1513
1519
|
return ret;
|
|
1514
1520
|
};
|
|
1515
1521
|
|
|
1516
|
-
exports.
|
|
1517
|
-
// Cast intrinsic for `
|
|
1518
|
-
const ret =
|
|
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);
|
|
1519
1525
|
return ret;
|
|
1520
1526
|
};
|
|
1521
1527
|
|
|
1522
|
-
exports.
|
|
1523
|
-
// Cast intrinsic for `
|
|
1524
|
-
const ret =
|
|
1528
|
+
exports.__wbindgen_cast_cb9088102bce6b30 = function(arg0, arg1) {
|
|
1529
|
+
// Cast intrinsic for `Ref(Slice(U8)) -> NamedExternref("Uint8Array")`.
|
|
1530
|
+
const ret = getArrayU8FromWasm0(arg0, arg1);
|
|
1525
1531
|
return ret;
|
|
1526
1532
|
};
|
|
1527
1533
|
|
|
@@ -1531,12 +1537,6 @@ exports.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|
|
|
1531
1537
|
return ret;
|
|
1532
1538
|
};
|
|
1533
1539
|
|
|
1534
|
-
exports.__wbindgen_cast_f0904d98c773eedb = function(arg0, arg1) {
|
|
1535
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 508, function: Function { arguments: [], shim_idx: 509, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1536
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h3b69c8350c009da1, wasm_bindgen__convert__closures_____invoke__hfa802aa0addaec97);
|
|
1537
|
-
return ret;
|
|
1538
|
-
};
|
|
1539
|
-
|
|
1540
1540
|
exports.__wbindgen_init_externref_table = function() {
|
|
1541
1541
|
const table = wasm.__wbindgen_externrefs;
|
|
1542
1542
|
const offset = table.grow(4);
|
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.289-nodejs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|