@janssenproject/cedarling_wasm 0.0.301-nodejs → 0.0.302-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 +9 -9
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.js
CHANGED
|
@@ -225,16 +225,16 @@ 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__h8a10b0fb25c32ce7(arg0, arg1) {
|
|
229
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h8a10b0fb25c32ce7(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
|
-
function
|
|
237
|
-
wasm.
|
|
236
|
+
function wasm_bindgen__convert__closures_____invoke__h3a7d0d99d266e2f8(arg0, arg1, arg2, arg3) {
|
|
237
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h3a7d0d99d266e2f8(arg0, arg1, arg2, arg3);
|
|
238
238
|
}
|
|
239
239
|
|
|
240
240
|
const __wbindgen_enum_RequestCache = ["default", "no-store", "reload", "no-cache", "force-cache", "only-if-cached"];
|
|
@@ -1269,7 +1269,7 @@ exports.__wbg_new_ff12d2b041fb48f1 = function(arg0, arg1) {
|
|
|
1269
1269
|
const a = state0.a;
|
|
1270
1270
|
state0.a = 0;
|
|
1271
1271
|
try {
|
|
1272
|
-
return
|
|
1272
|
+
return wasm_bindgen__convert__closures_____invoke__h3a7d0d99d266e2f8(a, state0.b, arg0, arg1);
|
|
1273
1273
|
} finally {
|
|
1274
1274
|
state0.a = a;
|
|
1275
1275
|
}
|
|
@@ -1497,7 +1497,7 @@ exports.__wbg_warn_14a9fd75d0abe5d7 = function(arg0) {
|
|
|
1497
1497
|
|
|
1498
1498
|
exports.__wbindgen_cast_0e8a9f348831646f = function(arg0, arg1) {
|
|
1499
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.
|
|
1500
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h3edd0da2e16650db, wasm_bindgen__convert__closures_____invoke__h8a10b0fb25c32ce7);
|
|
1501
1501
|
return ret;
|
|
1502
1502
|
};
|
|
1503
1503
|
|
|
@@ -1509,7 +1509,7 @@ exports.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
|
|
|
1509
1509
|
|
|
1510
1510
|
exports.__wbindgen_cast_317cf9338e91f114 = function(arg0, arg1) {
|
|
1511
1511
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 555, function: Function { arguments: [Externref], shim_idx: 556, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1512
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1512
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h8554173f80599467, wasm_bindgen__convert__closures_____invoke__h7f8b71809a8d7577);
|
|
1513
1513
|
return ret;
|
|
1514
1514
|
};
|
|
1515
1515
|
|
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.302-nodejs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|