@janssenproject/cedarling_wasm 0.0.423 → 0.0.424
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 +3 -3
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.d.ts
CHANGED
|
@@ -893,7 +893,7 @@ export interface InitOutput {
|
|
|
893
893
|
readonly cedarling_get_logs_by_tag: (a: number, b: number, c: number, d: number) => void;
|
|
894
894
|
readonly __wasm_bindgen_func_elem_8784: (a: number, b: number, c: number, d: number) => void;
|
|
895
895
|
readonly __wasm_bindgen_func_elem_8839: (a: number, b: number, c: number, d: number) => void;
|
|
896
|
-
readonly
|
|
896
|
+
readonly __wasm_bindgen_func_elem_12261: (a: number, b: number, c: number) => void;
|
|
897
897
|
readonly __wasm_bindgen_func_elem_8620: (a: number, b: number) => void;
|
|
898
898
|
readonly __wbindgen_export: (a: number, b: number) => number;
|
|
899
899
|
readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
package/cedarling_wasm.js
CHANGED
|
@@ -2588,7 +2588,7 @@ function __wbg_get_imports() {
|
|
|
2588
2588
|
},
|
|
2589
2589
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
2590
2590
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 1191, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2591
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2591
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_12261);
|
|
2592
2592
|
return addHeapObject(ret);
|
|
2593
2593
|
},
|
|
2594
2594
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
@@ -2644,8 +2644,8 @@ function __wasm_bindgen_func_elem_8620(arg0, arg1) {
|
|
|
2644
2644
|
wasm.__wasm_bindgen_func_elem_8620(arg0, arg1);
|
|
2645
2645
|
}
|
|
2646
2646
|
|
|
2647
|
-
function
|
|
2648
|
-
wasm.
|
|
2647
|
+
function __wasm_bindgen_func_elem_12261(arg0, arg1, arg2) {
|
|
2648
|
+
wasm.__wasm_bindgen_func_elem_12261(arg0, arg1, addHeapObject(arg2));
|
|
2649
2649
|
}
|
|
2650
2650
|
|
|
2651
2651
|
function __wasm_bindgen_func_elem_8784(arg0, arg1, arg2) {
|
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.424",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|