@janssenproject/cedarling_wasm 0.0.286 → 0.0.287
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 +10 -10
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.js
CHANGED
|
@@ -1414,11 +1414,6 @@ function __wbg_get_imports() {
|
|
|
1414
1414
|
imports.wbg.__wbg_warn_14a9fd75d0abe5d7 = function(arg0) {
|
|
1415
1415
|
console.warn(...arg0);
|
|
1416
1416
|
};
|
|
1417
|
-
imports.wbg.__wbindgen_cast_06e9015128396e60 = function(arg0, arg1) {
|
|
1418
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 505, function: Function { arguments: [], shim_idx: 506, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1419
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h3b69c8350c009da1, wasm_bindgen__convert__closures_____invoke__hfa802aa0addaec97);
|
|
1420
|
-
return ret;
|
|
1421
|
-
};
|
|
1422
1417
|
imports.wbg.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
|
|
1423
1418
|
// Cast intrinsic for `Ref(String) -> Externref`.
|
|
1424
1419
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
@@ -1429,11 +1424,6 @@ function __wbg_get_imports() {
|
|
|
1429
1424
|
const ret = BigInt.asUintN(64, arg0);
|
|
1430
1425
|
return ret;
|
|
1431
1426
|
};
|
|
1432
|
-
imports.wbg.__wbindgen_cast_4bdd81be241a5b48 = function(arg0, arg1) {
|
|
1433
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 549, function: Function { arguments: [Externref], shim_idx: 550, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1434
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h5f4f3416747f6981, wasm_bindgen__convert__closures_____invoke__he934e31379087ee0);
|
|
1435
|
-
return ret;
|
|
1436
|
-
};
|
|
1437
1427
|
imports.wbg.__wbindgen_cast_9ae0607507abb057 = function(arg0) {
|
|
1438
1428
|
// Cast intrinsic for `I64 -> Externref`.
|
|
1439
1429
|
const ret = arg0;
|
|
@@ -1444,11 +1434,21 @@ function __wbg_get_imports() {
|
|
|
1444
1434
|
const ret = getArrayU8FromWasm0(arg0, arg1);
|
|
1445
1435
|
return ret;
|
|
1446
1436
|
};
|
|
1437
|
+
imports.wbg.__wbindgen_cast_d1dd07120553c180 = function(arg0, arg1) {
|
|
1438
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 552, function: Function { arguments: [Externref], shim_idx: 553, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1439
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h5f4f3416747f6981, wasm_bindgen__convert__closures_____invoke__he934e31379087ee0);
|
|
1440
|
+
return ret;
|
|
1441
|
+
};
|
|
1447
1442
|
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|
|
1448
1443
|
// Cast intrinsic for `F64 -> Externref`.
|
|
1449
1444
|
const ret = arg0;
|
|
1450
1445
|
return ret;
|
|
1451
1446
|
};
|
|
1447
|
+
imports.wbg.__wbindgen_cast_f0904d98c773eedb = function(arg0, arg1) {
|
|
1448
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 508, function: Function { arguments: [], shim_idx: 509, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1449
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h3b69c8350c009da1, wasm_bindgen__convert__closures_____invoke__hfa802aa0addaec97);
|
|
1450
|
+
return ret;
|
|
1451
|
+
};
|
|
1452
1452
|
imports.wbg.__wbindgen_init_externref_table = function() {
|
|
1453
1453
|
const table = wasm.__wbindgen_externrefs;
|
|
1454
1454
|
const offset = table.grow(4);
|
package/cedarling_wasm_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@janssenproject/cedarling_wasm",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"description": "The Cedarling is a performant local authorization service that runs the Rust Cedar Engine",
|
|
5
|
-
"version": "0.0.
|
|
5
|
+
"version": "0.0.287",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|