@janssenproject/cedarling_wasm 0.0.306 → 0.0.307
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 +11 -11
- 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__hb4940edc1cc6cba4: (a: number, b: number) => void;
|
|
243
|
-
readonly wasm_bindgen__closure__destroy__hbc24447bd52b100c: (a: number, b: number) => void;
|
|
244
242
|
readonly wasm_bindgen__convert__closures_____invoke__h7f8b71809a8d7577: (a: number, b: number, c: any) => void;
|
|
245
243
|
readonly wasm_bindgen__closure__destroy__h8554173f80599467: (a: number, b: number) => void;
|
|
244
|
+
readonly wasm_bindgen__convert__closures_____invoke__h5208add59d64c287: (a: number, b: number) => void;
|
|
245
|
+
readonly wasm_bindgen__closure__destroy__h8ab080f6f46e974c: (a: number, b: number) => void;
|
|
246
246
|
readonly wasm_bindgen__convert__closures_____invoke__h3a7d0d99d266e2f8: (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__hb4940edc1cc6cba4(arg0, arg1) {
|
|
235
|
-
wasm.wasm_bindgen__convert__closures_____invoke__hb4940edc1cc6cba4(arg0, arg1);
|
|
236
|
-
}
|
|
237
|
-
|
|
238
234
|
function wasm_bindgen__convert__closures_____invoke__h7f8b71809a8d7577(arg0, arg1, arg2) {
|
|
239
235
|
wasm.wasm_bindgen__convert__closures_____invoke__h7f8b71809a8d7577(arg0, arg1, arg2);
|
|
240
236
|
}
|
|
241
237
|
|
|
238
|
+
function wasm_bindgen__convert__closures_____invoke__h5208add59d64c287(arg0, arg1) {
|
|
239
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h5208add59d64c287(arg0, arg1);
|
|
240
|
+
}
|
|
241
|
+
|
|
242
242
|
function wasm_bindgen__convert__closures_____invoke__h3a7d0d99d266e2f8(arg0, arg1, arg2, arg3) {
|
|
243
243
|
wasm.wasm_bindgen__convert__closures_____invoke__h3a7d0d99d266e2f8(arg0, arg1, arg2, arg3);
|
|
244
244
|
}
|
|
@@ -1414,18 +1414,13 @@ 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_0e8a9f348831646f = function(arg0, arg1) {
|
|
1418
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 510, function: Function { arguments: [], shim_idx: 511, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1419
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hbc24447bd52b100c, wasm_bindgen__convert__closures_____invoke__hb4940edc1cc6cba4);
|
|
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);
|
|
1425
1420
|
return ret;
|
|
1426
1421
|
};
|
|
1427
|
-
imports.wbg.
|
|
1428
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1422
|
+
imports.wbg.__wbindgen_cast_2fb66661e8d075cf = function(arg0, arg1) {
|
|
1423
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 553, function: Function { arguments: [Externref], shim_idx: 554, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1429
1424
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h8554173f80599467, wasm_bindgen__convert__closures_____invoke__h7f8b71809a8d7577);
|
|
1430
1425
|
return ret;
|
|
1431
1426
|
};
|
|
@@ -1449,6 +1444,11 @@ function __wbg_get_imports() {
|
|
|
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__h8ab080f6f46e974c, wasm_bindgen__convert__closures_____invoke__h5208add59d64c287);
|
|
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.307",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|