@janssenproject/cedarling_wasm 0.0.52 → 0.0.54
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 +1 -1
- package/cedarling_wasm.js +5 -5
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.d.ts
CHANGED
|
@@ -179,7 +179,6 @@ export interface InitOutput {
|
|
|
179
179
|
readonly cedarling_pop_logs: (a: number, b: number) => void;
|
|
180
180
|
readonly cedarling_get_log_by_id: (a: number, b: number, c: number, d: number) => void;
|
|
181
181
|
readonly cedarling_get_log_ids: (a: number) => number;
|
|
182
|
-
readonly cedarling_get_logs_by_tag: (a: number, b: number, c: number, d: number) => void;
|
|
183
182
|
readonly cedarling_get_logs_by_request_id: (a: number, b: number, c: number, d: number) => void;
|
|
184
183
|
readonly cedarling_get_logs_by_request_id_and_tag: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
185
184
|
readonly __wbg_authorizeresult_free: (a: number, b: number) => void;
|
|
@@ -206,6 +205,7 @@ export interface InitOutput {
|
|
|
206
205
|
readonly jsjsonlogic_new: () => number;
|
|
207
206
|
readonly jsjsonlogic_apply: (a: number, b: number, c: number, d: number) => void;
|
|
208
207
|
readonly ring_core_0_17_14__bn_mul_mont: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
208
|
+
readonly cedarling_get_logs_by_tag: (a: number, b: number, c: number, d: number) => void;
|
|
209
209
|
readonly __wbindgen_export_0: (a: number, b: number) => number;
|
|
210
210
|
readonly __wbindgen_export_1: (a: number, b: number, c: number, d: number) => number;
|
|
211
211
|
readonly __wbindgen_export_2: (a: number) => void;
|
package/cedarling_wasm.js
CHANGED
|
@@ -589,7 +589,7 @@ export class Cedarling {
|
|
|
589
589
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
590
590
|
const ptr0 = passStringToWasm0(tag, wasm.__wbindgen_export_0, wasm.__wbindgen_export_1);
|
|
591
591
|
const len0 = WASM_VECTOR_LEN;
|
|
592
|
-
wasm.
|
|
592
|
+
wasm.cedarling_get_logs_by_request_id(retptr, this.__wbg_ptr, ptr0, len0);
|
|
593
593
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
594
594
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
595
595
|
var r2 = getDataViewMemory0().getInt32(retptr + 4 * 2, true);
|
|
@@ -1316,12 +1316,12 @@ function __wbg_get_imports() {
|
|
|
1316
1316
|
const ret = false;
|
|
1317
1317
|
return ret;
|
|
1318
1318
|
};
|
|
1319
|
-
imports.wbg.
|
|
1320
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1319
|
+
imports.wbg.__wbindgen_closure_wrapper1421 = function(arg0, arg1, arg2) {
|
|
1320
|
+
const ret = makeMutClosure(arg0, arg1, 998, __wbg_adapter_48);
|
|
1321
1321
|
return addHeapObject(ret);
|
|
1322
1322
|
};
|
|
1323
|
-
imports.wbg.
|
|
1324
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1323
|
+
imports.wbg.__wbindgen_closure_wrapper9315 = function(arg0, arg1, arg2) {
|
|
1324
|
+
const ret = makeMutClosure(arg0, arg1, 998, __wbg_adapter_51);
|
|
1325
1325
|
return addHeapObject(ret);
|
|
1326
1326
|
};
|
|
1327
1327
|
imports.wbg.__wbindgen_debug_string = 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.54",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|