@janssenproject/cedarling_wasm 0.0.250-nodejs → 0.0.251-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 +14 -14
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.js
CHANGED
|
@@ -242,16 +242,16 @@ function _assertClass(instance, klass) {
|
|
|
242
242
|
throw new Error(`expected instance of ${klass.name}`);
|
|
243
243
|
}
|
|
244
244
|
}
|
|
245
|
-
function
|
|
246
|
-
wasm.
|
|
245
|
+
function __wbg_adapter_6(arg0, arg1, arg2) {
|
|
246
|
+
wasm.closure553_externref_shim(arg0, arg1, arg2);
|
|
247
247
|
}
|
|
248
248
|
|
|
249
|
-
function
|
|
250
|
-
wasm.
|
|
249
|
+
function __wbg_adapter_9(arg0, arg1) {
|
|
250
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h45fb813e03a674d3(arg0, arg1);
|
|
251
251
|
}
|
|
252
252
|
|
|
253
253
|
function __wbg_adapter_214(arg0, arg1, arg2, arg3) {
|
|
254
|
-
wasm.
|
|
254
|
+
wasm.closure1831_externref_shim(arg0, arg1, arg2, arg3);
|
|
255
255
|
}
|
|
256
256
|
|
|
257
257
|
const __wbindgen_enum_RequestCache = ["default", "no-store", "reload", "no-cache", "force-cache", "only-if-cached"];
|
|
@@ -1408,9 +1408,9 @@ exports.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
|
|
|
1408
1408
|
return ret;
|
|
1409
1409
|
};
|
|
1410
1410
|
|
|
1411
|
-
exports.
|
|
1412
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1413
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1411
|
+
exports.__wbindgen_cast_3f672b6028f26d1d = function(arg0, arg1) {
|
|
1412
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 506, function: Function { arguments: [], shim_idx: 507, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1413
|
+
const ret = makeMutClosure(arg0, arg1, 506, __wbg_adapter_9);
|
|
1414
1414
|
return ret;
|
|
1415
1415
|
};
|
|
1416
1416
|
|
|
@@ -1420,12 +1420,6 @@ exports.__wbindgen_cast_4625c577ab2ec9ee = function(arg0) {
|
|
|
1420
1420
|
return ret;
|
|
1421
1421
|
};
|
|
1422
1422
|
|
|
1423
|
-
exports.__wbindgen_cast_7c08b7b6f622c969 = function(arg0, arg1) {
|
|
1424
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 509, function: Function { arguments: [], shim_idx: 510, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1425
|
-
const ret = makeMutClosure(arg0, arg1, 509, __wbg_adapter_17);
|
|
1426
|
-
return ret;
|
|
1427
|
-
};
|
|
1428
|
-
|
|
1429
1423
|
exports.__wbindgen_cast_9ae0607507abb057 = function(arg0) {
|
|
1430
1424
|
// Cast intrinsic for `I64 -> Externref`.
|
|
1431
1425
|
const ret = arg0;
|
|
@@ -1438,6 +1432,12 @@ exports.__wbindgen_cast_cb9088102bce6b30 = function(arg0, arg1) {
|
|
|
1438
1432
|
return ret;
|
|
1439
1433
|
};
|
|
1440
1434
|
|
|
1435
|
+
exports.__wbindgen_cast_d1dd07120553c180 = function(arg0, arg1) {
|
|
1436
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 552, function: Function { arguments: [Externref], shim_idx: 553, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1437
|
+
const ret = makeMutClosure(arg0, arg1, 552, __wbg_adapter_6);
|
|
1438
|
+
return ret;
|
|
1439
|
+
};
|
|
1440
|
+
|
|
1441
1441
|
exports.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|
|
1442
1442
|
// Cast intrinsic for `F64 -> Externref`.
|
|
1443
1443
|
const ret = arg0;
|
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.251-nodejs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|