@janssenproject/cedarling_wasm 0.0.331 → 0.0.332
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 +11 -11
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.d.ts
CHANGED
|
@@ -530,11 +530,11 @@ export interface InitOutput {
|
|
|
530
530
|
readonly rust_zstd_wasm_shim_memcpy: (a: number, b: number, c: number) => number;
|
|
531
531
|
readonly rust_zstd_wasm_shim_memmove: (a: number, b: number, c: number) => number;
|
|
532
532
|
readonly rust_zstd_wasm_shim_memset: (a: number, b: number, c: number) => number;
|
|
533
|
-
readonly
|
|
534
|
-
readonly
|
|
535
|
-
readonly
|
|
536
|
-
readonly
|
|
537
|
-
readonly
|
|
533
|
+
readonly wasm_bindgen__closure__destroy__hc702ccaae4578483: (a: number, b: number) => void;
|
|
534
|
+
readonly wasm_bindgen__closure__destroy__hb1a48b0449d5c8e5: (a: number, b: number) => void;
|
|
535
|
+
readonly wasm_bindgen__convert__closures_____invoke__h6394c43edbf3348e: (a: number, b: number, c: any) => [number, number];
|
|
536
|
+
readonly wasm_bindgen__convert__closures_____invoke__h05182578eef316a4: (a: number, b: number, c: any, d: any) => void;
|
|
537
|
+
readonly wasm_bindgen__convert__closures_____invoke__he2e2c1c282e3a8df: (a: number, b: number) => void;
|
|
538
538
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
539
539
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
540
540
|
readonly __wbindgen_exn_store: (a: number) => void;
|
package/cedarling_wasm.js
CHANGED
|
@@ -1445,7 +1445,7 @@ function __wbg_get_imports() {
|
|
|
1445
1445
|
const a = state0.a;
|
|
1446
1446
|
state0.a = 0;
|
|
1447
1447
|
try {
|
|
1448
|
-
return
|
|
1448
|
+
return wasm_bindgen__convert__closures_____invoke__h05182578eef316a4(a, state0.b, arg0, arg1);
|
|
1449
1449
|
} finally {
|
|
1450
1450
|
state0.a = a;
|
|
1451
1451
|
}
|
|
@@ -1610,13 +1610,13 @@ function __wbg_get_imports() {
|
|
|
1610
1610
|
console.warn(...arg0);
|
|
1611
1611
|
},
|
|
1612
1612
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
1613
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1614
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1613
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 587, function: Function { arguments: [], shim_idx: 588, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1614
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hc702ccaae4578483, wasm_bindgen__convert__closures_____invoke__he2e2c1c282e3a8df);
|
|
1615
1615
|
return ret;
|
|
1616
1616
|
},
|
|
1617
1617
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
1618
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1619
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1618
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 631, function: Function { arguments: [Externref], shim_idx: 2056, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
1619
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hb1a48b0449d5c8e5, wasm_bindgen__convert__closures_____invoke__h6394c43edbf3348e);
|
|
1620
1620
|
return ret;
|
|
1621
1621
|
},
|
|
1622
1622
|
__wbindgen_cast_0000000000000003: function(arg0) {
|
|
@@ -1660,19 +1660,19 @@ function __wbg_get_imports() {
|
|
|
1660
1660
|
};
|
|
1661
1661
|
}
|
|
1662
1662
|
|
|
1663
|
-
function
|
|
1664
|
-
wasm.
|
|
1663
|
+
function wasm_bindgen__convert__closures_____invoke__he2e2c1c282e3a8df(arg0, arg1) {
|
|
1664
|
+
wasm.wasm_bindgen__convert__closures_____invoke__he2e2c1c282e3a8df(arg0, arg1);
|
|
1665
1665
|
}
|
|
1666
1666
|
|
|
1667
|
-
function
|
|
1668
|
-
const ret = wasm.
|
|
1667
|
+
function wasm_bindgen__convert__closures_____invoke__h6394c43edbf3348e(arg0, arg1, arg2) {
|
|
1668
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__h6394c43edbf3348e(arg0, arg1, arg2);
|
|
1669
1669
|
if (ret[1]) {
|
|
1670
1670
|
throw takeFromExternrefTable0(ret[0]);
|
|
1671
1671
|
}
|
|
1672
1672
|
}
|
|
1673
1673
|
|
|
1674
|
-
function
|
|
1675
|
-
wasm.
|
|
1674
|
+
function wasm_bindgen__convert__closures_____invoke__h05182578eef316a4(arg0, arg1, arg2, arg3) {
|
|
1675
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h05182578eef316a4(arg0, arg1, arg2, arg3);
|
|
1676
1676
|
}
|
|
1677
1677
|
|
|
1678
1678
|
|
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.332",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|