@janssenproject/cedarling_wasm 0.0.230-nodejs → 0.0.231-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 +13 -8
- 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
|
|
245
|
+
function __wbg_adapter_8(arg0, arg1, arg2) {
|
|
246
246
|
wasm.closure548_externref_shim(arg0, arg1, arg2);
|
|
247
247
|
}
|
|
248
248
|
|
|
249
|
-
function
|
|
250
|
-
wasm.
|
|
249
|
+
function __wbg_adapter_19(arg0, arg1) {
|
|
250
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h6d488e27518f0ac7(arg0, arg1);
|
|
251
251
|
}
|
|
252
252
|
|
|
253
253
|
function __wbg_adapter_212(arg0, arg1, arg2, arg3) {
|
|
254
|
-
wasm.
|
|
254
|
+
wasm.closure1837_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"];
|
|
@@ -798,6 +798,11 @@ exports.__wbg_Error_e17e777aac105295 = function(arg0, arg1) {
|
|
|
798
798
|
return ret;
|
|
799
799
|
};
|
|
800
800
|
|
|
801
|
+
exports.__wbg_Number_998bea33bd87c3e0 = function(arg0) {
|
|
802
|
+
const ret = Number(arg0);
|
|
803
|
+
return ret;
|
|
804
|
+
};
|
|
805
|
+
|
|
801
806
|
exports.__wbg_String_8f0eb39a4a4c2f66 = function(arg0, arg1) {
|
|
802
807
|
const ret = String(arg1);
|
|
803
808
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -1411,9 +1416,9 @@ exports.__wbindgen_cast_9ae0607507abb057 = function(arg0) {
|
|
|
1411
1416
|
return ret;
|
|
1412
1417
|
};
|
|
1413
1418
|
|
|
1414
|
-
exports.
|
|
1415
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1416
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1419
|
+
exports.__wbindgen_cast_b047884414de0a5d = function(arg0, arg1) {
|
|
1420
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 503, function: Function { arguments: [], shim_idx: 504, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1421
|
+
const ret = makeMutClosure(arg0, arg1, 503, __wbg_adapter_19);
|
|
1417
1422
|
return ret;
|
|
1418
1423
|
};
|
|
1419
1424
|
|
|
@@ -1425,7 +1430,7 @@ exports.__wbindgen_cast_cb9088102bce6b30 = function(arg0, arg1) {
|
|
|
1425
1430
|
|
|
1426
1431
|
exports.__wbindgen_cast_cf04d869ccc8e004 = function(arg0, arg1) {
|
|
1427
1432
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 547, function: Function { arguments: [Externref], shim_idx: 548, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1428
|
-
const ret = makeMutClosure(arg0, arg1, 547,
|
|
1433
|
+
const ret = makeMutClosure(arg0, arg1, 547, __wbg_adapter_8);
|
|
1429
1434
|
return ret;
|
|
1430
1435
|
};
|
|
1431
1436
|
|
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.231-nodejs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|