@janssenproject/cedarling_wasm 0.0.308 → 0.0.309
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 +9 -9
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.d.ts
CHANGED
|
@@ -294,11 +294,11 @@ export interface InitOutput {
|
|
|
294
294
|
readonly jsjsonlogic_new: () => number;
|
|
295
295
|
readonly jsjsonlogic_apply: (a: number, b: any, c: any) => [number, number, number];
|
|
296
296
|
readonly ring_core_0_17_14__bn_mul_mont: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
297
|
-
readonly
|
|
298
|
-
readonly
|
|
299
|
-
readonly
|
|
300
|
-
readonly
|
|
301
|
-
readonly
|
|
297
|
+
readonly wasm_bindgen__closure__destroy__h9729aad38f8f1d61: (a: number, b: number) => void;
|
|
298
|
+
readonly wasm_bindgen__closure__destroy__he0504cf30b514912: (a: number, b: number) => void;
|
|
299
|
+
readonly wasm_bindgen__convert__closures_____invoke__h14a188697013a9c5: (a: number, b: number, c: any, d: any) => void;
|
|
300
|
+
readonly wasm_bindgen__convert__closures_____invoke__h15fe5b7296be5bd5: (a: number, b: number, c: any) => void;
|
|
301
|
+
readonly wasm_bindgen__convert__closures_____invoke__hb09a75d48dabdadf: (a: number, b: number) => void;
|
|
302
302
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
303
303
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
304
304
|
readonly __wbindgen_exn_store: (a: number) => void;
|
package/cedarling_wasm.js
CHANGED
|
@@ -938,7 +938,7 @@ function __wbg_get_imports() {
|
|
|
938
938
|
const a = state0.a;
|
|
939
939
|
state0.a = 0;
|
|
940
940
|
try {
|
|
941
|
-
return
|
|
941
|
+
return wasm_bindgen__convert__closures_____invoke__h14a188697013a9c5(a, state0.b, arg0, arg1);
|
|
942
942
|
} finally {
|
|
943
943
|
state0.a = a;
|
|
944
944
|
}
|
|
@@ -1132,12 +1132,12 @@ function __wbg_get_imports() {
|
|
|
1132
1132
|
},
|
|
1133
1133
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
1134
1134
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 553, function: Function { arguments: [], shim_idx: 554, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1135
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1135
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h9729aad38f8f1d61, wasm_bindgen__convert__closures_____invoke__hb09a75d48dabdadf);
|
|
1136
1136
|
return ret;
|
|
1137
1137
|
},
|
|
1138
1138
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
1139
1139
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 597, function: Function { arguments: [Externref], shim_idx: 598, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1140
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1140
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__he0504cf30b514912, wasm_bindgen__convert__closures_____invoke__h15fe5b7296be5bd5);
|
|
1141
1141
|
return ret;
|
|
1142
1142
|
},
|
|
1143
1143
|
__wbindgen_cast_0000000000000003: function(arg0) {
|
|
@@ -1181,16 +1181,16 @@ function __wbg_get_imports() {
|
|
|
1181
1181
|
};
|
|
1182
1182
|
}
|
|
1183
1183
|
|
|
1184
|
-
function
|
|
1185
|
-
wasm.
|
|
1184
|
+
function wasm_bindgen__convert__closures_____invoke__hb09a75d48dabdadf(arg0, arg1) {
|
|
1185
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hb09a75d48dabdadf(arg0, arg1);
|
|
1186
1186
|
}
|
|
1187
1187
|
|
|
1188
|
-
function
|
|
1189
|
-
wasm.
|
|
1188
|
+
function wasm_bindgen__convert__closures_____invoke__h15fe5b7296be5bd5(arg0, arg1, arg2) {
|
|
1189
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h15fe5b7296be5bd5(arg0, arg1, arg2);
|
|
1190
1190
|
}
|
|
1191
1191
|
|
|
1192
|
-
function
|
|
1193
|
-
wasm.
|
|
1192
|
+
function wasm_bindgen__convert__closures_____invoke__h14a188697013a9c5(arg0, arg1, arg2, arg3) {
|
|
1193
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h14a188697013a9c5(arg0, arg1, arg2, arg3);
|
|
1194
1194
|
}
|
|
1195
1195
|
|
|
1196
1196
|
|
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.309",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|