@janssenproject/cedarling_wasm 0.0.331-nodejs → 0.0.332-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 +11 -11
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.js
CHANGED
|
@@ -1455,7 +1455,7 @@ function __wbg_get_imports() {
|
|
|
1455
1455
|
const a = state0.a;
|
|
1456
1456
|
state0.a = 0;
|
|
1457
1457
|
try {
|
|
1458
|
-
return
|
|
1458
|
+
return wasm_bindgen__convert__closures_____invoke__h05182578eef316a4(a, state0.b, arg0, arg1);
|
|
1459
1459
|
} finally {
|
|
1460
1460
|
state0.a = a;
|
|
1461
1461
|
}
|
|
@@ -1620,13 +1620,13 @@ function __wbg_get_imports() {
|
|
|
1620
1620
|
console.warn(...arg0);
|
|
1621
1621
|
},
|
|
1622
1622
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
1623
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1624
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1623
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 587, function: Function { arguments: [], shim_idx: 588, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1624
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hc702ccaae4578483, wasm_bindgen__convert__closures_____invoke__he2e2c1c282e3a8df);
|
|
1625
1625
|
return ret;
|
|
1626
1626
|
},
|
|
1627
1627
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
1628
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1629
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1628
|
+
// 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`.
|
|
1629
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hb1a48b0449d5c8e5, wasm_bindgen__convert__closures_____invoke__h6394c43edbf3348e);
|
|
1630
1630
|
return ret;
|
|
1631
1631
|
},
|
|
1632
1632
|
__wbindgen_cast_0000000000000003: function(arg0) {
|
|
@@ -1670,19 +1670,19 @@ function __wbg_get_imports() {
|
|
|
1670
1670
|
};
|
|
1671
1671
|
}
|
|
1672
1672
|
|
|
1673
|
-
function
|
|
1674
|
-
wasm.
|
|
1673
|
+
function wasm_bindgen__convert__closures_____invoke__he2e2c1c282e3a8df(arg0, arg1) {
|
|
1674
|
+
wasm.wasm_bindgen__convert__closures_____invoke__he2e2c1c282e3a8df(arg0, arg1);
|
|
1675
1675
|
}
|
|
1676
1676
|
|
|
1677
|
-
function
|
|
1678
|
-
const ret = wasm.
|
|
1677
|
+
function wasm_bindgen__convert__closures_____invoke__h6394c43edbf3348e(arg0, arg1, arg2) {
|
|
1678
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__h6394c43edbf3348e(arg0, arg1, arg2);
|
|
1679
1679
|
if (ret[1]) {
|
|
1680
1680
|
throw takeFromExternrefTable0(ret[0]);
|
|
1681
1681
|
}
|
|
1682
1682
|
}
|
|
1683
1683
|
|
|
1684
|
-
function
|
|
1685
|
-
wasm.
|
|
1684
|
+
function wasm_bindgen__convert__closures_____invoke__h05182578eef316a4(arg0, arg1, arg2, arg3) {
|
|
1685
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h05182578eef316a4(arg0, arg1, arg2, arg3);
|
|
1686
1686
|
}
|
|
1687
1687
|
|
|
1688
1688
|
|
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.332-nodejs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|