@janssenproject/cedarling_wasm 0.0.265-nodejs → 0.0.266-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 +19 -19
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.js
CHANGED
|
@@ -240,16 +240,16 @@ function _assertClass(instance, klass) {
|
|
|
240
240
|
throw new Error(`expected instance of ${klass.name}`);
|
|
241
241
|
}
|
|
242
242
|
}
|
|
243
|
-
function
|
|
244
|
-
wasm.
|
|
243
|
+
function wasm_bindgen__convert__closures_____invoke__h062c8b4e18ed20ef(arg0, arg1) {
|
|
244
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h062c8b4e18ed20ef(arg0, arg1);
|
|
245
245
|
}
|
|
246
246
|
|
|
247
|
-
function
|
|
248
|
-
wasm.
|
|
247
|
+
function wasm_bindgen__convert__closures_____invoke__h1c715d53d5a00020(arg0, arg1, arg2) {
|
|
248
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h1c715d53d5a00020(arg0, arg1, arg2);
|
|
249
249
|
}
|
|
250
250
|
|
|
251
|
-
function
|
|
252
|
-
wasm.
|
|
251
|
+
function wasm_bindgen__convert__closures_____invoke__h4b59ba169ea05287(arg0, arg1, arg2, arg3) {
|
|
252
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h4b59ba169ea05287(arg0, arg1, arg2, arg3);
|
|
253
253
|
}
|
|
254
254
|
|
|
255
255
|
const __wbindgen_enum_RequestCache = ["default", "no-store", "reload", "no-cache", "force-cache", "only-if-cached"];
|
|
@@ -1143,7 +1143,7 @@ exports.__wbg_new_3c3d849046688a66 = function(arg0, arg1) {
|
|
|
1143
1143
|
const a = state0.a;
|
|
1144
1144
|
state0.a = 0;
|
|
1145
1145
|
try {
|
|
1146
|
-
return
|
|
1146
|
+
return wasm_bindgen__convert__closures_____invoke__h4b59ba169ea05287(a, state0.b, arg0, arg1);
|
|
1147
1147
|
} finally {
|
|
1148
1148
|
state0.a = a;
|
|
1149
1149
|
}
|
|
@@ -1394,15 +1394,15 @@ exports.__wbg_warn_a2d80c28bcdb1933 = function(arg0) {
|
|
|
1394
1394
|
console.warn(...arg0);
|
|
1395
1395
|
};
|
|
1396
1396
|
|
|
1397
|
-
exports.
|
|
1398
|
-
// Cast intrinsic for `
|
|
1399
|
-
const ret =
|
|
1397
|
+
exports.__wbindgen_cast_1be559affc47552a = function(arg0, arg1) {
|
|
1398
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 507, function: Function { arguments: [], shim_idx: 508, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1399
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h09947fd6e6f31eb3, wasm_bindgen__convert__closures_____invoke__h062c8b4e18ed20ef);
|
|
1400
1400
|
return ret;
|
|
1401
1401
|
};
|
|
1402
1402
|
|
|
1403
|
-
exports.
|
|
1404
|
-
// Cast intrinsic for `
|
|
1405
|
-
const ret =
|
|
1403
|
+
exports.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
|
|
1404
|
+
// Cast intrinsic for `Ref(String) -> Externref`.
|
|
1405
|
+
const ret = getStringFromWasm0(arg0, arg1);
|
|
1406
1406
|
return ret;
|
|
1407
1407
|
};
|
|
1408
1408
|
|
|
@@ -1424,15 +1424,15 @@ exports.__wbindgen_cast_cb9088102bce6b30 = function(arg0, arg1) {
|
|
|
1424
1424
|
return ret;
|
|
1425
1425
|
};
|
|
1426
1426
|
|
|
1427
|
-
exports.
|
|
1428
|
-
// Cast intrinsic for `
|
|
1429
|
-
const ret = arg0;
|
|
1427
|
+
exports.__wbindgen_cast_d1dd07120553c180 = function(arg0, arg1) {
|
|
1428
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 552, function: Function { arguments: [Externref], shim_idx: 553, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1429
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h8bb11a3ec59bf31f, wasm_bindgen__convert__closures_____invoke__h1c715d53d5a00020);
|
|
1430
1430
|
return ret;
|
|
1431
1431
|
};
|
|
1432
1432
|
|
|
1433
|
-
exports.
|
|
1434
|
-
// Cast intrinsic for `
|
|
1435
|
-
const ret =
|
|
1433
|
+
exports.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|
|
1434
|
+
// Cast intrinsic for `F64 -> Externref`.
|
|
1435
|
+
const ret = arg0;
|
|
1436
1436
|
return ret;
|
|
1437
1437
|
};
|
|
1438
1438
|
|
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.266-nodejs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|