@janssenproject/cedarling_wasm 0.0.252-nodejs → 0.0.253-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
|
@@ -244,8 +244,8 @@ function wasm_bindgen__convert__closures_____invoke__h559bc6a3933a5765(arg0, arg
|
|
|
244
244
|
wasm.wasm_bindgen__convert__closures_____invoke__h559bc6a3933a5765(arg0, arg1, arg2);
|
|
245
245
|
}
|
|
246
246
|
|
|
247
|
-
function
|
|
248
|
-
wasm.
|
|
247
|
+
function wasm_bindgen__convert__closures_____invoke__h868d697631d1e8e2(arg0, arg1) {
|
|
248
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h868d697631d1e8e2(arg0, arg1);
|
|
249
249
|
}
|
|
250
250
|
|
|
251
251
|
function wasm_bindgen__convert__closures_____invoke__h132b7432541a1b5f(arg0, arg1, arg2, arg3) {
|
|
@@ -1394,15 +1394,21 @@ exports.__wbg_warn_a2d80c28bcdb1933 = function(arg0) {
|
|
|
1394
1394
|
console.warn(...arg0);
|
|
1395
1395
|
};
|
|
1396
1396
|
|
|
1397
|
+
exports.__wbindgen_cast_1be559affc47552a = function(arg0, arg1) {
|
|
1398
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 507, function: Function { arguments: [], shim_idx: 508, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1399
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h9462f944d09bd580, wasm_bindgen__convert__closures_____invoke__h868d697631d1e8e2);
|
|
1400
|
+
return ret;
|
|
1401
|
+
};
|
|
1402
|
+
|
|
1397
1403
|
exports.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
|
|
1398
1404
|
// Cast intrinsic for `Ref(String) -> Externref`.
|
|
1399
1405
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
1400
1406
|
return ret;
|
|
1401
1407
|
};
|
|
1402
1408
|
|
|
1403
|
-
exports.
|
|
1404
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1405
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1409
|
+
exports.__wbindgen_cast_2fb66661e8d075cf = function(arg0, arg1) {
|
|
1410
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 553, function: Function { arguments: [Externref], shim_idx: 554, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1411
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hf4c9146f86ff048f, wasm_bindgen__convert__closures_____invoke__h559bc6a3933a5765);
|
|
1406
1412
|
return ret;
|
|
1407
1413
|
};
|
|
1408
1414
|
|
|
@@ -1424,12 +1430,6 @@ exports.__wbindgen_cast_cb9088102bce6b30 = function(arg0, arg1) {
|
|
|
1424
1430
|
return ret;
|
|
1425
1431
|
};
|
|
1426
1432
|
|
|
1427
|
-
exports.__wbindgen_cast_d1dd07120553c180 = function(arg0, arg1) {
|
|
1428
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 552, function: Function { arguments: [Externref], shim_idx: 553, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1429
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hf4c9146f86ff048f, wasm_bindgen__convert__closures_____invoke__h559bc6a3933a5765);
|
|
1430
|
-
return ret;
|
|
1431
|
-
};
|
|
1432
|
-
|
|
1433
1433
|
exports.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|
|
1434
1434
|
// Cast intrinsic for `F64 -> Externref`.
|
|
1435
1435
|
const ret = arg0;
|
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.253-nodejs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|