@janssenproject/cedarling_wasm 0.0.288 → 0.0.289
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.d.ts +2 -2
- package/cedarling_wasm.js +14 -14
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.d.ts
CHANGED
|
@@ -239,10 +239,10 @@ export interface InitOutput {
|
|
|
239
239
|
readonly jsjsonlogic_new: () => number;
|
|
240
240
|
readonly jsjsonlogic_apply: (a: number, b: any, c: any) => [number, number, number];
|
|
241
241
|
readonly ring_core_0_17_14__bn_mul_mont: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
242
|
-
readonly wasm_bindgen__convert__closures_____invoke__he934e31379087ee0: (a: number, b: number, c: any) => void;
|
|
243
|
-
readonly wasm_bindgen__closure__destroy__h5f4f3416747f6981: (a: number, b: number) => void;
|
|
244
242
|
readonly wasm_bindgen__convert__closures_____invoke__hfa802aa0addaec97: (a: number, b: number) => void;
|
|
245
243
|
readonly wasm_bindgen__closure__destroy__h3b69c8350c009da1: (a: number, b: number) => void;
|
|
244
|
+
readonly wasm_bindgen__convert__closures_____invoke__he934e31379087ee0: (a: number, b: number, c: any) => void;
|
|
245
|
+
readonly wasm_bindgen__closure__destroy__h5f4f3416747f6981: (a: number, b: number) => void;
|
|
246
246
|
readonly wasm_bindgen__convert__closures_____invoke__h048f8d0721d2ddfa: (a: number, b: number, c: any, d: any) => void;
|
|
247
247
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
248
248
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
package/cedarling_wasm.js
CHANGED
|
@@ -231,14 +231,14 @@ if (!('encodeInto' in cachedTextEncoder)) {
|
|
|
231
231
|
|
|
232
232
|
let WASM_VECTOR_LEN = 0;
|
|
233
233
|
|
|
234
|
-
function wasm_bindgen__convert__closures_____invoke__he934e31379087ee0(arg0, arg1, arg2) {
|
|
235
|
-
wasm.wasm_bindgen__convert__closures_____invoke__he934e31379087ee0(arg0, arg1, arg2);
|
|
236
|
-
}
|
|
237
|
-
|
|
238
234
|
function wasm_bindgen__convert__closures_____invoke__hfa802aa0addaec97(arg0, arg1) {
|
|
239
235
|
wasm.wasm_bindgen__convert__closures_____invoke__hfa802aa0addaec97(arg0, arg1);
|
|
240
236
|
}
|
|
241
237
|
|
|
238
|
+
function wasm_bindgen__convert__closures_____invoke__he934e31379087ee0(arg0, arg1, arg2) {
|
|
239
|
+
wasm.wasm_bindgen__convert__closures_____invoke__he934e31379087ee0(arg0, arg1, arg2);
|
|
240
|
+
}
|
|
241
|
+
|
|
242
242
|
function wasm_bindgen__convert__closures_____invoke__h048f8d0721d2ddfa(arg0, arg1, arg2, arg3) {
|
|
243
243
|
wasm.wasm_bindgen__convert__closures_____invoke__h048f8d0721d2ddfa(arg0, arg1, arg2, arg3);
|
|
244
244
|
}
|
|
@@ -1424,31 +1424,31 @@ function __wbg_get_imports() {
|
|
|
1424
1424
|
const ret = BigInt.asUintN(64, arg0);
|
|
1425
1425
|
return ret;
|
|
1426
1426
|
};
|
|
1427
|
+
imports.wbg.__wbindgen_cast_7c08b7b6f622c969 = function(arg0, arg1) {
|
|
1428
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 509, function: Function { arguments: [], shim_idx: 510, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1429
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h3b69c8350c009da1, wasm_bindgen__convert__closures_____invoke__hfa802aa0addaec97);
|
|
1430
|
+
return ret;
|
|
1431
|
+
};
|
|
1427
1432
|
imports.wbg.__wbindgen_cast_9ae0607507abb057 = function(arg0) {
|
|
1428
1433
|
// Cast intrinsic for `I64 -> Externref`.
|
|
1429
1434
|
const ret = arg0;
|
|
1430
1435
|
return ret;
|
|
1431
1436
|
};
|
|
1437
|
+
imports.wbg.__wbindgen_cast_c8a75cba4fbd7360 = function(arg0, arg1) {
|
|
1438
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 554, function: Function { arguments: [Externref], shim_idx: 555, 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
|
+
};
|
|
1432
1442
|
imports.wbg.__wbindgen_cast_cb9088102bce6b30 = function(arg0, arg1) {
|
|
1433
1443
|
// Cast intrinsic for `Ref(Slice(U8)) -> NamedExternref("Uint8Array")`.
|
|
1434
1444
|
const ret = getArrayU8FromWasm0(arg0, arg1);
|
|
1435
1445
|
return ret;
|
|
1436
1446
|
};
|
|
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
|
-
};
|
|
1442
1447
|
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|
|
1443
1448
|
// Cast intrinsic for `F64 -> Externref`.
|
|
1444
1449
|
const ret = arg0;
|
|
1445
1450
|
return ret;
|
|
1446
1451
|
};
|
|
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.289",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|