@janssenproject/cedarling_wasm 0.0.361-nodejs → 0.0.362-nodejs
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.js +7 -7
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.js
CHANGED
|
@@ -1891,23 +1891,23 @@ function __wbg_get_imports() {
|
|
|
1891
1891
|
console.warn(...arg0);
|
|
1892
1892
|
},
|
|
1893
1893
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
1894
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
1894
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 2209, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
1895
1895
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h5760e008571e67be);
|
|
1896
1896
|
return ret;
|
|
1897
1897
|
},
|
|
1898
1898
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
1899
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
1899
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 646, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1900
1900
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hf1ca0e856de00606);
|
|
1901
1901
|
return ret;
|
|
1902
1902
|
},
|
|
1903
1903
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
1904
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
1904
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 601, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1905
1905
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h157757550f9d9a75);
|
|
1906
1906
|
return ret;
|
|
1907
1907
|
},
|
|
1908
1908
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
1909
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
1910
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1909
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 761, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1910
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hee2e47abcc7ab114);
|
|
1911
1911
|
return ret;
|
|
1912
1912
|
},
|
|
1913
1913
|
__wbindgen_cast_0000000000000005: function(arg0) {
|
|
@@ -1955,8 +1955,8 @@ function wasm_bindgen__convert__closures_____invoke__h157757550f9d9a75(arg0, arg
|
|
|
1955
1955
|
wasm.wasm_bindgen__convert__closures_____invoke__h157757550f9d9a75(arg0, arg1);
|
|
1956
1956
|
}
|
|
1957
1957
|
|
|
1958
|
-
function
|
|
1959
|
-
wasm.
|
|
1958
|
+
function wasm_bindgen__convert__closures_____invoke__hee2e47abcc7ab114(arg0, arg1) {
|
|
1959
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hee2e47abcc7ab114(arg0, arg1);
|
|
1960
1960
|
}
|
|
1961
1961
|
|
|
1962
1962
|
function wasm_bindgen__convert__closures_____invoke__hf1ca0e856de00606(arg0, arg1, arg2) {
|
package/cedarling_wasm_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@janssenproject/cedarling_wasm",
|
|
3
3
|
"description": "The Cedarling is a performant local authorization service that runs the Rust Cedar Engine",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.362-nodejs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|