@janssenproject/cedarling_wasm 0.0.441-nodejs → 0.0.442-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 +9 -9
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.js
CHANGED
|
@@ -2396,7 +2396,7 @@ function __wbg_get_imports() {
|
|
|
2396
2396
|
const a = state0.a;
|
|
2397
2397
|
state0.a = 0;
|
|
2398
2398
|
try {
|
|
2399
|
-
return
|
|
2399
|
+
return __wasm_bindgen_func_elem_8851(a, state0.b, arg0, arg1);
|
|
2400
2400
|
} finally {
|
|
2401
2401
|
state0.a = a;
|
|
2402
2402
|
}
|
|
@@ -2611,12 +2611,12 @@ function __wbg_get_imports() {
|
|
|
2611
2611
|
},
|
|
2612
2612
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
2613
2613
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 992, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
2614
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2614
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_8796);
|
|
2615
2615
|
return addHeapObject(ret);
|
|
2616
2616
|
},
|
|
2617
2617
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
2618
2618
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 878, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2619
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2619
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_8632);
|
|
2620
2620
|
return addHeapObject(ret);
|
|
2621
2621
|
},
|
|
2622
2622
|
__wbindgen_cast_0000000000000004: function(arg0) {
|
|
@@ -2658,18 +2658,18 @@ function __wbg_get_imports() {
|
|
|
2658
2658
|
};
|
|
2659
2659
|
}
|
|
2660
2660
|
|
|
2661
|
-
function
|
|
2662
|
-
wasm.
|
|
2661
|
+
function __wasm_bindgen_func_elem_8632(arg0, arg1) {
|
|
2662
|
+
wasm.__wasm_bindgen_func_elem_8632(arg0, arg1);
|
|
2663
2663
|
}
|
|
2664
2664
|
|
|
2665
2665
|
function __wasm_bindgen_func_elem_12273(arg0, arg1, arg2) {
|
|
2666
2666
|
wasm.__wasm_bindgen_func_elem_12273(arg0, arg1, addHeapObject(arg2));
|
|
2667
2667
|
}
|
|
2668
2668
|
|
|
2669
|
-
function
|
|
2669
|
+
function __wasm_bindgen_func_elem_8796(arg0, arg1, arg2) {
|
|
2670
2670
|
try {
|
|
2671
2671
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
2672
|
-
wasm.
|
|
2672
|
+
wasm.__wasm_bindgen_func_elem_8796(retptr, arg0, arg1, addHeapObject(arg2));
|
|
2673
2673
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
2674
2674
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
2675
2675
|
if (r1) {
|
|
@@ -2680,8 +2680,8 @@ function __wasm_bindgen_func_elem_8799(arg0, arg1, arg2) {
|
|
|
2680
2680
|
}
|
|
2681
2681
|
}
|
|
2682
2682
|
|
|
2683
|
-
function
|
|
2684
|
-
wasm.
|
|
2683
|
+
function __wasm_bindgen_func_elem_8851(arg0, arg1, arg2, arg3) {
|
|
2684
|
+
wasm.__wasm_bindgen_func_elem_8851(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
2685
2685
|
}
|
|
2686
2686
|
|
|
2687
2687
|
|
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.442-nodejs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|