@janssenproject/cedarling_wasm 0.0.279 → 0.0.280
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 +5 -5
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.d.ts
CHANGED
|
@@ -258,10 +258,10 @@ export interface InitOutput {
|
|
|
258
258
|
readonly jsjsonlogic_new: () => number;
|
|
259
259
|
readonly jsjsonlogic_apply: (a: number, b: any, c: any) => [number, number, number];
|
|
260
260
|
readonly ring_core_0_17_14__bn_mul_mont: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
261
|
-
readonly wasm_bindgen__convert__closures_____invoke__hb2ffb7e4f031e9d5: (a: number, b: number) => void;
|
|
262
|
-
readonly wasm_bindgen__closure__destroy__hfceb61579afa4415: (a: number, b: number) => void;
|
|
263
261
|
readonly wasm_bindgen__convert__closures_____invoke__h6327561d424f9a15: (a: number, b: number, c: any) => void;
|
|
264
262
|
readonly wasm_bindgen__closure__destroy__h4fff4cc5f82a04c0: (a: number, b: number) => void;
|
|
263
|
+
readonly wasm_bindgen__convert__closures_____invoke__h1ef9cb20a66113c0: (a: number, b: number) => void;
|
|
264
|
+
readonly wasm_bindgen__closure__destroy__h8149dcdd225949c1: (a: number, b: number) => void;
|
|
265
265
|
readonly wasm_bindgen__convert__closures_____invoke__h4e75ae6afb7ea833: (a: number, b: number, c: any, d: any) => void;
|
|
266
266
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
267
267
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
package/cedarling_wasm.js
CHANGED
|
@@ -246,14 +246,14 @@ function getArrayJsValueFromWasm0(ptr, len) {
|
|
|
246
246
|
wasm.__externref_drop_slice(ptr, len);
|
|
247
247
|
return result;
|
|
248
248
|
}
|
|
249
|
-
function wasm_bindgen__convert__closures_____invoke__hb2ffb7e4f031e9d5(arg0, arg1) {
|
|
250
|
-
wasm.wasm_bindgen__convert__closures_____invoke__hb2ffb7e4f031e9d5(arg0, arg1);
|
|
251
|
-
}
|
|
252
|
-
|
|
253
249
|
function wasm_bindgen__convert__closures_____invoke__h6327561d424f9a15(arg0, arg1, arg2) {
|
|
254
250
|
wasm.wasm_bindgen__convert__closures_____invoke__h6327561d424f9a15(arg0, arg1, arg2);
|
|
255
251
|
}
|
|
256
252
|
|
|
253
|
+
function wasm_bindgen__convert__closures_____invoke__h1ef9cb20a66113c0(arg0, arg1) {
|
|
254
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h1ef9cb20a66113c0(arg0, arg1);
|
|
255
|
+
}
|
|
256
|
+
|
|
257
257
|
function wasm_bindgen__convert__closures_____invoke__h4e75ae6afb7ea833(arg0, arg1, arg2, arg3) {
|
|
258
258
|
wasm.wasm_bindgen__convert__closures_____invoke__h4e75ae6afb7ea833(arg0, arg1, arg2, arg3);
|
|
259
259
|
}
|
|
@@ -1452,7 +1452,7 @@ function __wbg_get_imports() {
|
|
|
1452
1452
|
};
|
|
1453
1453
|
imports.wbg.__wbindgen_cast_67365bd7b36f80c7 = function(arg0, arg1) {
|
|
1454
1454
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 517, function: Function { arguments: [], shim_idx: 518, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1455
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1455
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h8149dcdd225949c1, wasm_bindgen__convert__closures_____invoke__h1ef9cb20a66113c0);
|
|
1456
1456
|
return ret;
|
|
1457
1457
|
};
|
|
1458
1458
|
imports.wbg.__wbindgen_cast_9ae0607507abb057 = function(arg0) {
|
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.280",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|