@janssenproject/cedarling_wasm 0.0.241-nodejs → 0.0.242-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
|
@@ -242,12 +242,12 @@ function _assertClass(instance, klass) {
|
|
|
242
242
|
throw new Error(`expected instance of ${klass.name}`);
|
|
243
243
|
}
|
|
244
244
|
}
|
|
245
|
-
function
|
|
246
|
-
wasm.
|
|
245
|
+
function __wbg_adapter_10(arg0, arg1) {
|
|
246
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h585ef7cd6056e486(arg0, arg1);
|
|
247
247
|
}
|
|
248
248
|
|
|
249
|
-
function
|
|
250
|
-
wasm.
|
|
249
|
+
function __wbg_adapter_15(arg0, arg1, arg2) {
|
|
250
|
+
wasm.closure555_externref_shim(arg0, arg1, arg2);
|
|
251
251
|
}
|
|
252
252
|
|
|
253
253
|
function __wbg_adapter_214(arg0, arg1, arg2, arg3) {
|
|
@@ -848,7 +848,7 @@ exports.__wbg_cedarling_new = function(arg0) {
|
|
|
848
848
|
return ret;
|
|
849
849
|
};
|
|
850
850
|
|
|
851
|
-
exports.
|
|
851
|
+
exports.__wbg_clearTimeout_7a42b49784aea641 = function(arg0) {
|
|
852
852
|
const ret = clearTimeout(arg0);
|
|
853
853
|
return ret;
|
|
854
854
|
};
|
|
@@ -881,13 +881,13 @@ exports.__wbg_error_3e65ef00ce5a8b19 = function(arg0) {
|
|
|
881
881
|
console.error(...arg0);
|
|
882
882
|
};
|
|
883
883
|
|
|
884
|
-
exports.
|
|
885
|
-
const ret =
|
|
884
|
+
exports.__wbg_fetch_74a3e84ebd2c9a0e = function(arg0) {
|
|
885
|
+
const ret = fetch(arg0);
|
|
886
886
|
return ret;
|
|
887
887
|
};
|
|
888
888
|
|
|
889
|
-
exports.
|
|
890
|
-
const ret = fetch(
|
|
889
|
+
exports.__wbg_fetch_87aed7f306ec6d63 = function(arg0, arg1) {
|
|
890
|
+
const ret = arg0.fetch(arg1);
|
|
891
891
|
return ret;
|
|
892
892
|
};
|
|
893
893
|
|
|
@@ -1178,7 +1178,7 @@ exports.__wbg_resolve_4055c623acdd6a1b = function(arg0) {
|
|
|
1178
1178
|
return ret;
|
|
1179
1179
|
};
|
|
1180
1180
|
|
|
1181
|
-
exports.
|
|
1181
|
+
exports.__wbg_setTimeout_7bb3429662ab1e70 = function(arg0, arg1) {
|
|
1182
1182
|
const ret = setTimeout(arg0, arg1);
|
|
1183
1183
|
return ret;
|
|
1184
1184
|
};
|
|
@@ -1416,7 +1416,7 @@ exports.__wbindgen_cast_4625c577ab2ec9ee = function(arg0) {
|
|
|
1416
1416
|
|
|
1417
1417
|
exports.__wbindgen_cast_7c08b7b6f622c969 = function(arg0, arg1) {
|
|
1418
1418
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 509, function: Function { arguments: [], shim_idx: 510, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1419
|
-
const ret = makeMutClosure(arg0, arg1, 509,
|
|
1419
|
+
const ret = makeMutClosure(arg0, arg1, 509, __wbg_adapter_10);
|
|
1420
1420
|
return ret;
|
|
1421
1421
|
};
|
|
1422
1422
|
|
|
@@ -1428,7 +1428,7 @@ exports.__wbindgen_cast_9ae0607507abb057 = function(arg0) {
|
|
|
1428
1428
|
|
|
1429
1429
|
exports.__wbindgen_cast_c8a75cba4fbd7360 = function(arg0, arg1) {
|
|
1430
1430
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 554, function: Function { arguments: [Externref], shim_idx: 555, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1431
|
-
const ret = makeMutClosure(arg0, arg1, 554,
|
|
1431
|
+
const ret = makeMutClosure(arg0, arg1, 554, __wbg_adapter_15);
|
|
1432
1432
|
return ret;
|
|
1433
1433
|
};
|
|
1434
1434
|
|
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.242-nodejs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|