@janssenproject/cedarling_wasm 0.0.306-nodejs → 0.0.307-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
|
@@ -225,12 +225,12 @@ if (!('encodeInto' in cachedTextEncoder)) {
|
|
|
225
225
|
|
|
226
226
|
let WASM_VECTOR_LEN = 0;
|
|
227
227
|
|
|
228
|
-
function
|
|
229
|
-
wasm.
|
|
228
|
+
function wasm_bindgen__convert__closures_____invoke__h5208add59d64c287(arg0, arg1) {
|
|
229
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h5208add59d64c287(arg0, arg1);
|
|
230
230
|
}
|
|
231
231
|
|
|
232
|
-
function
|
|
233
|
-
wasm.
|
|
232
|
+
function wasm_bindgen__convert__closures_____invoke__h7f8b71809a8d7577(arg0, arg1, arg2) {
|
|
233
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7f8b71809a8d7577(arg0, arg1, arg2);
|
|
234
234
|
}
|
|
235
235
|
|
|
236
236
|
function wasm_bindgen__convert__closures_____invoke__h3a7d0d99d266e2f8(arg0, arg1, arg2, arg3) {
|
|
@@ -1495,20 +1495,14 @@ exports.__wbg_warn_14a9fd75d0abe5d7 = function(arg0) {
|
|
|
1495
1495
|
console.warn(...arg0);
|
|
1496
1496
|
};
|
|
1497
1497
|
|
|
1498
|
-
exports.__wbindgen_cast_0e8a9f348831646f = function(arg0, arg1) {
|
|
1499
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 510, function: Function { arguments: [], shim_idx: 511, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1500
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hbc24447bd52b100c, wasm_bindgen__convert__closures_____invoke__hb4940edc1cc6cba4);
|
|
1501
|
-
return ret;
|
|
1502
|
-
};
|
|
1503
|
-
|
|
1504
1498
|
exports.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
|
|
1505
1499
|
// Cast intrinsic for `Ref(String) -> Externref`.
|
|
1506
1500
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
1507
1501
|
return ret;
|
|
1508
1502
|
};
|
|
1509
1503
|
|
|
1510
|
-
exports.
|
|
1511
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1504
|
+
exports.__wbindgen_cast_2fb66661e8d075cf = function(arg0, arg1) {
|
|
1505
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 553, function: Function { arguments: [Externref], shim_idx: 554, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1512
1506
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h8554173f80599467, wasm_bindgen__convert__closures_____invoke__h7f8b71809a8d7577);
|
|
1513
1507
|
return ret;
|
|
1514
1508
|
};
|
|
@@ -1537,6 +1531,12 @@ exports.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|
|
|
1537
1531
|
return ret;
|
|
1538
1532
|
};
|
|
1539
1533
|
|
|
1534
|
+
exports.__wbindgen_cast_f0904d98c773eedb = function(arg0, arg1) {
|
|
1535
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 508, function: Function { arguments: [], shim_idx: 509, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1536
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h8ab080f6f46e974c, wasm_bindgen__convert__closures_____invoke__h5208add59d64c287);
|
|
1537
|
+
return ret;
|
|
1538
|
+
};
|
|
1539
|
+
|
|
1540
1540
|
exports.__wbindgen_init_externref_table = function() {
|
|
1541
1541
|
const table = wasm.__wbindgen_externrefs;
|
|
1542
1542
|
const offset = table.grow(4);
|
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.307-nodejs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|