@janssenproject/cedarling_wasm 0.0.413-nodejs → 0.0.414-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
|
@@ -1883,7 +1883,7 @@ function __wbg_get_imports() {
|
|
|
1883
1883
|
const a = state0.a;
|
|
1884
1884
|
state0.a = 0;
|
|
1885
1885
|
try {
|
|
1886
|
-
return
|
|
1886
|
+
return __wasm_bindgen_func_elem_8723(a, state0.b, arg0, arg1);
|
|
1887
1887
|
} finally {
|
|
1888
1888
|
state0.a = a;
|
|
1889
1889
|
}
|
|
@@ -2098,12 +2098,12 @@ function __wbg_get_imports() {
|
|
|
2098
2098
|
},
|
|
2099
2099
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
2100
2100
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 995, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
2101
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2101
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_8669);
|
|
2102
2102
|
return addHeapObject(ret);
|
|
2103
2103
|
},
|
|
2104
2104
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
2105
2105
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 883, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2106
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2106
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_8504);
|
|
2107
2107
|
return addHeapObject(ret);
|
|
2108
2108
|
},
|
|
2109
2109
|
__wbindgen_cast_0000000000000004: function(arg0) {
|
|
@@ -2145,18 +2145,18 @@ function __wbg_get_imports() {
|
|
|
2145
2145
|
};
|
|
2146
2146
|
}
|
|
2147
2147
|
|
|
2148
|
-
function
|
|
2149
|
-
wasm.
|
|
2148
|
+
function __wasm_bindgen_func_elem_8504(arg0, arg1) {
|
|
2149
|
+
wasm.__wasm_bindgen_func_elem_8504(arg0, arg1);
|
|
2150
2150
|
}
|
|
2151
2151
|
|
|
2152
2152
|
function __wasm_bindgen_func_elem_12145(arg0, arg1, arg2) {
|
|
2153
2153
|
wasm.__wasm_bindgen_func_elem_12145(arg0, arg1, addHeapObject(arg2));
|
|
2154
2154
|
}
|
|
2155
2155
|
|
|
2156
|
-
function
|
|
2156
|
+
function __wasm_bindgen_func_elem_8669(arg0, arg1, arg2) {
|
|
2157
2157
|
try {
|
|
2158
2158
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
2159
|
-
wasm.
|
|
2159
|
+
wasm.__wasm_bindgen_func_elem_8669(retptr, arg0, arg1, addHeapObject(arg2));
|
|
2160
2160
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
2161
2161
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
2162
2162
|
if (r1) {
|
|
@@ -2167,8 +2167,8 @@ function __wasm_bindgen_func_elem_8670(arg0, arg1, arg2) {
|
|
|
2167
2167
|
}
|
|
2168
2168
|
}
|
|
2169
2169
|
|
|
2170
|
-
function
|
|
2171
|
-
wasm.
|
|
2170
|
+
function __wasm_bindgen_func_elem_8723(arg0, arg1, arg2, arg3) {
|
|
2171
|
+
wasm.__wasm_bindgen_func_elem_8723(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
2172
2172
|
}
|
|
2173
2173
|
|
|
2174
2174
|
|
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.414-nodejs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|