@janssenproject/cedarling_wasm 0.0.366 → 0.0.367
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 +7 -7
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.d.ts
CHANGED
|
@@ -629,7 +629,7 @@ export interface InitOutput {
|
|
|
629
629
|
readonly wasm_bindgen__convert__closures_____invoke__h10797b50422db1d9: (a: number, b: number, c: any) => [number, number];
|
|
630
630
|
readonly wasm_bindgen__convert__closures_____invoke__h034cae6b5dd12778: (a: number, b: number, c: any, d: any) => void;
|
|
631
631
|
readonly wasm_bindgen__convert__closures_____invoke__hc1f7fa9b168b3277: (a: number, b: number, c: any) => void;
|
|
632
|
-
readonly
|
|
632
|
+
readonly wasm_bindgen__convert__closures_____invoke__h0cd1ac4ce5b742bb: (a: number, b: number) => void;
|
|
633
633
|
readonly wasm_bindgen__convert__closures_____invoke__h1de102d8396d84e7: (a: number, b: number) => void;
|
|
634
634
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
635
635
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
package/cedarling_wasm.js
CHANGED
|
@@ -1877,22 +1877,22 @@ function __wbg_get_imports() {
|
|
|
1877
1877
|
console.warn(...arg0);
|
|
1878
1878
|
},
|
|
1879
1879
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
1880
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
1880
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 2221, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
1881
1881
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h10797b50422db1d9);
|
|
1882
1882
|
return ret;
|
|
1883
1883
|
},
|
|
1884
1884
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
1885
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
1885
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 652, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1886
1886
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hc1f7fa9b168b3277);
|
|
1887
1887
|
return ret;
|
|
1888
1888
|
},
|
|
1889
1889
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
1890
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
1891
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1890
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 607, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1891
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h0cd1ac4ce5b742bb);
|
|
1892
1892
|
return ret;
|
|
1893
1893
|
},
|
|
1894
1894
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
1895
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
1895
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 768, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1896
1896
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h1de102d8396d84e7);
|
|
1897
1897
|
return ret;
|
|
1898
1898
|
},
|
|
@@ -1937,8 +1937,8 @@ function __wbg_get_imports() {
|
|
|
1937
1937
|
};
|
|
1938
1938
|
}
|
|
1939
1939
|
|
|
1940
|
-
function
|
|
1941
|
-
wasm.
|
|
1940
|
+
function wasm_bindgen__convert__closures_____invoke__h0cd1ac4ce5b742bb(arg0, arg1) {
|
|
1941
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h0cd1ac4ce5b742bb(arg0, arg1);
|
|
1942
1942
|
}
|
|
1943
1943
|
|
|
1944
1944
|
function wasm_bindgen__convert__closures_____invoke__h1de102d8396d84e7(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.367",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|