@janssenproject/cedarling_wasm 0.0.416-nodejs → 0.0.417-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 +12 -12
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.js
CHANGED
|
@@ -1999,7 +1999,7 @@ function __wbg_get_imports() {
|
|
|
1999
1999
|
const a = state0.a;
|
|
2000
2000
|
state0.a = 0;
|
|
2001
2001
|
try {
|
|
2002
|
-
return
|
|
2002
|
+
return __wasm_bindgen_func_elem_8748(a, state0.b, arg0, arg1);
|
|
2003
2003
|
} finally {
|
|
2004
2004
|
state0.a = a;
|
|
2005
2005
|
}
|
|
@@ -2209,17 +2209,17 @@ function __wbg_get_imports() {
|
|
|
2209
2209
|
},
|
|
2210
2210
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
2211
2211
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 1196, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2212
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2212
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_12171);
|
|
2213
2213
|
return addHeapObject(ret);
|
|
2214
2214
|
},
|
|
2215
2215
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
2216
2216
|
// 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`.
|
|
2217
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2217
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_8693);
|
|
2218
2218
|
return addHeapObject(ret);
|
|
2219
2219
|
},
|
|
2220
2220
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
2221
2221
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 883, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2222
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2222
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_8528);
|
|
2223
2223
|
return addHeapObject(ret);
|
|
2224
2224
|
},
|
|
2225
2225
|
__wbindgen_cast_0000000000000004: function(arg0) {
|
|
@@ -2261,18 +2261,18 @@ function __wbg_get_imports() {
|
|
|
2261
2261
|
};
|
|
2262
2262
|
}
|
|
2263
2263
|
|
|
2264
|
-
function
|
|
2265
|
-
wasm.
|
|
2264
|
+
function __wasm_bindgen_func_elem_8528(arg0, arg1) {
|
|
2265
|
+
wasm.__wasm_bindgen_func_elem_8528(arg0, arg1);
|
|
2266
2266
|
}
|
|
2267
2267
|
|
|
2268
|
-
function
|
|
2269
|
-
wasm.
|
|
2268
|
+
function __wasm_bindgen_func_elem_12171(arg0, arg1, arg2) {
|
|
2269
|
+
wasm.__wasm_bindgen_func_elem_12171(arg0, arg1, addHeapObject(arg2));
|
|
2270
2270
|
}
|
|
2271
2271
|
|
|
2272
|
-
function
|
|
2272
|
+
function __wasm_bindgen_func_elem_8693(arg0, arg1, arg2) {
|
|
2273
2273
|
try {
|
|
2274
2274
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
2275
|
-
wasm.
|
|
2275
|
+
wasm.__wasm_bindgen_func_elem_8693(retptr, arg0, arg1, addHeapObject(arg2));
|
|
2276
2276
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
2277
2277
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
2278
2278
|
if (r1) {
|
|
@@ -2283,8 +2283,8 @@ function __wasm_bindgen_func_elem_8691(arg0, arg1, arg2) {
|
|
|
2283
2283
|
}
|
|
2284
2284
|
}
|
|
2285
2285
|
|
|
2286
|
-
function
|
|
2287
|
-
wasm.
|
|
2286
|
+
function __wasm_bindgen_func_elem_8748(arg0, arg1, arg2, arg3) {
|
|
2287
|
+
wasm.__wasm_bindgen_func_elem_8748(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
2288
2288
|
}
|
|
2289
2289
|
|
|
2290
2290
|
|
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.417-nodejs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|