@janssenproject/cedarling_wasm 0.0.265 → 0.0.266
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 +5 -5
- package/cedarling_wasm.js +17 -17
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.d.ts
CHANGED
|
@@ -217,11 +217,11 @@ export interface InitOutput {
|
|
|
217
217
|
readonly jsjsonlogic_new: () => number;
|
|
218
218
|
readonly jsjsonlogic_apply: (a: number, b: any, c: any) => [number, number, number];
|
|
219
219
|
readonly ring_core_0_17_14__bn_mul_mont: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
220
|
-
readonly
|
|
221
|
-
readonly
|
|
222
|
-
readonly
|
|
223
|
-
readonly
|
|
224
|
-
readonly
|
|
220
|
+
readonly wasm_bindgen__convert__closures_____invoke__h1c715d53d5a00020: (a: number, b: number, c: any) => void;
|
|
221
|
+
readonly wasm_bindgen__closure__destroy__h8bb11a3ec59bf31f: (a: number, b: number) => void;
|
|
222
|
+
readonly wasm_bindgen__convert__closures_____invoke__h062c8b4e18ed20ef: (a: number, b: number) => void;
|
|
223
|
+
readonly wasm_bindgen__closure__destroy__h09947fd6e6f31eb3: (a: number, b: number) => void;
|
|
224
|
+
readonly wasm_bindgen__convert__closures_____invoke__h4b59ba169ea05287: (a: number, b: number, c: any, d: any) => void;
|
|
225
225
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
226
226
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
227
227
|
readonly __wbindgen_exn_store: (a: number) => void;
|
package/cedarling_wasm.js
CHANGED
|
@@ -246,16 +246,16 @@ function _assertClass(instance, klass) {
|
|
|
246
246
|
throw new Error(`expected instance of ${klass.name}`);
|
|
247
247
|
}
|
|
248
248
|
}
|
|
249
|
-
function
|
|
250
|
-
wasm.
|
|
249
|
+
function wasm_bindgen__convert__closures_____invoke__h1c715d53d5a00020(arg0, arg1, arg2) {
|
|
250
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h1c715d53d5a00020(arg0, arg1, arg2);
|
|
251
251
|
}
|
|
252
252
|
|
|
253
|
-
function
|
|
254
|
-
wasm.
|
|
253
|
+
function wasm_bindgen__convert__closures_____invoke__h062c8b4e18ed20ef(arg0, arg1) {
|
|
254
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h062c8b4e18ed20ef(arg0, arg1);
|
|
255
255
|
}
|
|
256
256
|
|
|
257
|
-
function
|
|
258
|
-
wasm.
|
|
257
|
+
function wasm_bindgen__convert__closures_____invoke__h4b59ba169ea05287(arg0, arg1, arg2, arg3) {
|
|
258
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h4b59ba169ea05287(arg0, arg1, arg2, arg3);
|
|
259
259
|
}
|
|
260
260
|
|
|
261
261
|
const __wbindgen_enum_RequestCache = ["default", "no-store", "reload", "no-cache", "force-cache", "only-if-cached"];
|
|
@@ -1113,7 +1113,7 @@ function __wbg_get_imports() {
|
|
|
1113
1113
|
const a = state0.a;
|
|
1114
1114
|
state0.a = 0;
|
|
1115
1115
|
try {
|
|
1116
|
-
return
|
|
1116
|
+
return wasm_bindgen__convert__closures_____invoke__h4b59ba169ea05287(a, state0.b, arg0, arg1);
|
|
1117
1117
|
} finally {
|
|
1118
1118
|
state0.a = a;
|
|
1119
1119
|
}
|
|
@@ -1313,16 +1313,16 @@ function __wbg_get_imports() {
|
|
|
1313
1313
|
imports.wbg.__wbg_warn_a2d80c28bcdb1933 = function(arg0) {
|
|
1314
1314
|
console.warn(...arg0);
|
|
1315
1315
|
};
|
|
1316
|
+
imports.wbg.__wbindgen_cast_1be559affc47552a = function(arg0, arg1) {
|
|
1317
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 507, function: Function { arguments: [], shim_idx: 508, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1318
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h09947fd6e6f31eb3, wasm_bindgen__convert__closures_____invoke__h062c8b4e18ed20ef);
|
|
1319
|
+
return ret;
|
|
1320
|
+
};
|
|
1316
1321
|
imports.wbg.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
|
|
1317
1322
|
// Cast intrinsic for `Ref(String) -> Externref`.
|
|
1318
1323
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
1319
1324
|
return ret;
|
|
1320
1325
|
};
|
|
1321
|
-
imports.wbg.__wbindgen_cast_2fb66661e8d075cf = function(arg0, arg1) {
|
|
1322
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 553, function: Function { arguments: [Externref], shim_idx: 554, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1323
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h4e38224c46ae0b12, wasm_bindgen__convert__closures_____invoke__h59f270fe5e8d923e);
|
|
1324
|
-
return ret;
|
|
1325
|
-
};
|
|
1326
1326
|
imports.wbg.__wbindgen_cast_4625c577ab2ec9ee = function(arg0) {
|
|
1327
1327
|
// Cast intrinsic for `U64 -> Externref`.
|
|
1328
1328
|
const ret = BigInt.asUintN(64, arg0);
|
|
@@ -1338,16 +1338,16 @@ function __wbg_get_imports() {
|
|
|
1338
1338
|
const ret = getArrayU8FromWasm0(arg0, arg1);
|
|
1339
1339
|
return ret;
|
|
1340
1340
|
};
|
|
1341
|
+
imports.wbg.__wbindgen_cast_d1dd07120553c180 = function(arg0, arg1) {
|
|
1342
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 552, function: Function { arguments: [Externref], shim_idx: 553, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1343
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h8bb11a3ec59bf31f, wasm_bindgen__convert__closures_____invoke__h1c715d53d5a00020);
|
|
1344
|
+
return ret;
|
|
1345
|
+
};
|
|
1341
1346
|
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|
|
1342
1347
|
// Cast intrinsic for `F64 -> Externref`.
|
|
1343
1348
|
const ret = arg0;
|
|
1344
1349
|
return ret;
|
|
1345
1350
|
};
|
|
1346
|
-
imports.wbg.__wbindgen_cast_f0904d98c773eedb = function(arg0, arg1) {
|
|
1347
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 508, function: Function { arguments: [], shim_idx: 509, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1348
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h440069aff4ae7366, wasm_bindgen__convert__closures_____invoke__h0de5c67d37b0e49e);
|
|
1349
|
-
return ret;
|
|
1350
|
-
};
|
|
1351
1351
|
imports.wbg.__wbindgen_init_externref_table = function() {
|
|
1352
1352
|
const table = wasm.__wbindgen_externrefs;
|
|
1353
1353
|
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.266",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|