@janssenproject/cedarling_wasm 0.0.363-nodejs → 0.0.364-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
|
@@ -1425,11 +1425,11 @@ function __wbg_get_imports() {
|
|
|
1425
1425
|
const ret = Cedarling.__wrap(arg0);
|
|
1426
1426
|
return ret;
|
|
1427
1427
|
},
|
|
1428
|
-
|
|
1428
|
+
__wbg_clearTimeout_2256f1e7b94ef517: function(arg0) {
|
|
1429
1429
|
const ret = clearTimeout(arg0);
|
|
1430
1430
|
return ret;
|
|
1431
1431
|
},
|
|
1432
|
-
|
|
1432
|
+
__wbg_clearTimeout_c122f92fd48cd749: function(arg0) {
|
|
1433
1433
|
const ret = clearTimeout(arg0);
|
|
1434
1434
|
return ret;
|
|
1435
1435
|
},
|
|
@@ -1472,10 +1472,6 @@ function __wbg_get_imports() {
|
|
|
1472
1472
|
__wbg_error_290de5487bca6d05: function(arg0) {
|
|
1473
1473
|
console.error(...arg0);
|
|
1474
1474
|
},
|
|
1475
|
-
__wbg_fetch_010aa16f24b763bc: function(arg0, arg1) {
|
|
1476
|
-
const ret = fetch(arg0, arg1);
|
|
1477
|
-
return ret;
|
|
1478
|
-
},
|
|
1479
1475
|
__wbg_fetch_0d322c0aed196b8b: function(arg0, arg1) {
|
|
1480
1476
|
const ret = arg0.fetch(arg1);
|
|
1481
1477
|
return ret;
|
|
@@ -1488,6 +1484,10 @@ function __wbg_get_imports() {
|
|
|
1488
1484
|
const ret = fetch(arg0);
|
|
1489
1485
|
return ret;
|
|
1490
1486
|
},
|
|
1487
|
+
__wbg_fetch_5e2e4a3d60c8d1d3: function(arg0, arg1) {
|
|
1488
|
+
const ret = fetch(arg0, arg1);
|
|
1489
|
+
return ret;
|
|
1490
|
+
},
|
|
1491
1491
|
__wbg_fromEntries_ce99d7540610a555: function() { return handleError(function (arg0) {
|
|
1492
1492
|
const ret = Object.fromEntries(arg0);
|
|
1493
1493
|
return ret;
|
|
@@ -1759,7 +1759,7 @@ function __wbg_get_imports() {
|
|
|
1759
1759
|
__wbg_respond_008ca9525ae22847: function() { return handleError(function (arg0, arg1) {
|
|
1760
1760
|
arg0.respond(arg1 >>> 0);
|
|
1761
1761
|
}, arguments); },
|
|
1762
|
-
|
|
1762
|
+
__wbg_setTimeout_9f4169770fc5a5c3: function(arg0, arg1) {
|
|
1763
1763
|
const ret = setTimeout(arg0, arg1);
|
|
1764
1764
|
return ret;
|
|
1765
1765
|
},
|
|
@@ -1895,17 +1895,17 @@ function __wbg_get_imports() {
|
|
|
1895
1895
|
return ret;
|
|
1896
1896
|
},
|
|
1897
1897
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
1898
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
1898
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 651, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1899
1899
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hc1f7fa9b168b3277);
|
|
1900
1900
|
return ret;
|
|
1901
1901
|
},
|
|
1902
1902
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
1903
1903
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 606, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1904
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1904
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h4b5318020fa39a0e);
|
|
1905
1905
|
return ret;
|
|
1906
1906
|
},
|
|
1907
1907
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
1908
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
1908
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 763, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1909
1909
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h1de102d8396d84e7);
|
|
1910
1910
|
return ret;
|
|
1911
1911
|
},
|
|
@@ -1950,8 +1950,8 @@ function __wbg_get_imports() {
|
|
|
1950
1950
|
};
|
|
1951
1951
|
}
|
|
1952
1952
|
|
|
1953
|
-
function
|
|
1954
|
-
wasm.
|
|
1953
|
+
function wasm_bindgen__convert__closures_____invoke__h4b5318020fa39a0e(arg0, arg1) {
|
|
1954
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h4b5318020fa39a0e(arg0, arg1);
|
|
1955
1955
|
}
|
|
1956
1956
|
|
|
1957
1957
|
function wasm_bindgen__convert__closures_____invoke__h1de102d8396d84e7(arg0, arg1) {
|
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.364-nodejs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|