@janssenproject/cedarling_wasm 0.0.293 → 0.0.294
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__hfa802aa0addaec97: (a: number, b: number) => void;
|
|
243
|
-
readonly wasm_bindgen__closure__destroy__h3b69c8350c009da1: (a: number, b: number) => void;
|
|
244
242
|
readonly wasm_bindgen__convert__closures_____invoke__he934e31379087ee0: (a: number, b: number, c: any) => void;
|
|
245
243
|
readonly wasm_bindgen__closure__destroy__h5f4f3416747f6981: (a: number, b: number) => void;
|
|
244
|
+
readonly wasm_bindgen__convert__closures_____invoke__h351e0905dc14f137: (a: number, b: number) => void;
|
|
245
|
+
readonly wasm_bindgen__closure__destroy__hf2bc10d152bfabbb: (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__hfa802aa0addaec97(arg0, arg1) {
|
|
235
|
-
wasm.wasm_bindgen__convert__closures_____invoke__hfa802aa0addaec97(arg0, arg1);
|
|
236
|
-
}
|
|
237
|
-
|
|
238
234
|
function wasm_bindgen__convert__closures_____invoke__he934e31379087ee0(arg0, arg1, arg2) {
|
|
239
235
|
wasm.wasm_bindgen__convert__closures_____invoke__he934e31379087ee0(arg0, arg1, arg2);
|
|
240
236
|
}
|
|
241
237
|
|
|
238
|
+
function wasm_bindgen__convert__closures_____invoke__h351e0905dc14f137(arg0, arg1) {
|
|
239
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h351e0905dc14f137(arg0, arg1);
|
|
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
|
}
|
|
@@ -1035,7 +1035,7 @@ function __wbg_get_imports() {
|
|
|
1035
1035
|
const ret = Cedarling.__wrap(arg0);
|
|
1036
1036
|
return ret;
|
|
1037
1037
|
};
|
|
1038
|
-
imports.wbg.
|
|
1038
|
+
imports.wbg.__wbg_clearTimeout_3b6a9a13d4bde075 = function(arg0) {
|
|
1039
1039
|
const ret = clearTimeout(arg0);
|
|
1040
1040
|
return ret;
|
|
1041
1041
|
};
|
|
@@ -1061,14 +1061,14 @@ function __wbg_get_imports() {
|
|
|
1061
1061
|
imports.wbg.__wbg_error_98d791de55bc7c97 = function(arg0) {
|
|
1062
1062
|
console.error(...arg0);
|
|
1063
1063
|
};
|
|
1064
|
-
imports.wbg.__wbg_fetch_74a3e84ebd2c9a0e = function(arg0) {
|
|
1065
|
-
const ret = fetch(arg0);
|
|
1066
|
-
return ret;
|
|
1067
|
-
};
|
|
1068
1064
|
imports.wbg.__wbg_fetch_90447c28cc0b095e = function(arg0, arg1) {
|
|
1069
1065
|
const ret = arg0.fetch(arg1);
|
|
1070
1066
|
return ret;
|
|
1071
1067
|
};
|
|
1068
|
+
imports.wbg.__wbg_fetch_df3fa17a5772dafb = function(arg0) {
|
|
1069
|
+
const ret = fetch(arg0);
|
|
1070
|
+
return ret;
|
|
1071
|
+
};
|
|
1072
1072
|
imports.wbg.__wbg_fromEntries_743eaaa008e6db37 = function() { return handleError(function (arg0) {
|
|
1073
1073
|
const ret = Object.fromEntries(arg0);
|
|
1074
1074
|
return ret;
|
|
@@ -1310,7 +1310,7 @@ function __wbg_get_imports() {
|
|
|
1310
1310
|
const ret = Promise.resolve(arg0);
|
|
1311
1311
|
return ret;
|
|
1312
1312
|
};
|
|
1313
|
-
imports.wbg.
|
|
1313
|
+
imports.wbg.__wbg_setTimeout_35a07631c669fbee = function(arg0, arg1) {
|
|
1314
1314
|
const ret = setTimeout(arg0, arg1);
|
|
1315
1315
|
return ret;
|
|
1316
1316
|
};
|
|
@@ -1416,7 +1416,7 @@ function __wbg_get_imports() {
|
|
|
1416
1416
|
};
|
|
1417
1417
|
imports.wbg.__wbindgen_cast_0e8a9f348831646f = function(arg0, arg1) {
|
|
1418
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.
|
|
1419
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hf2bc10d152bfabbb, wasm_bindgen__convert__closures_____invoke__h351e0905dc14f137);
|
|
1420
1420
|
return ret;
|
|
1421
1421
|
};
|
|
1422
1422
|
imports.wbg.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
|
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.294",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|