@janssenproject/cedarling_wasm 0.0.246-nodejs → 0.0.247-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 +4 -4
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.js
CHANGED
|
@@ -242,11 +242,11 @@ function _assertClass(instance, klass) {
|
|
|
242
242
|
throw new Error(`expected instance of ${klass.name}`);
|
|
243
243
|
}
|
|
244
244
|
}
|
|
245
|
-
function
|
|
245
|
+
function __wbg_adapter_6(arg0, arg1) {
|
|
246
246
|
wasm.wasm_bindgen__convert__closures_____invoke__h4b5db680e7b8bcdd(arg0, arg1);
|
|
247
247
|
}
|
|
248
248
|
|
|
249
|
-
function
|
|
249
|
+
function __wbg_adapter_9(arg0, arg1, arg2) {
|
|
250
250
|
wasm.closure556_externref_shim(arg0, arg1, arg2);
|
|
251
251
|
}
|
|
252
252
|
|
|
@@ -1410,7 +1410,7 @@ exports.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
|
|
|
1410
1410
|
|
|
1411
1411
|
exports.__wbindgen_cast_317cf9338e91f114 = function(arg0, arg1) {
|
|
1412
1412
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 555, function: Function { arguments: [Externref], shim_idx: 556, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1413
|
-
const ret = makeMutClosure(arg0, arg1, 555,
|
|
1413
|
+
const ret = makeMutClosure(arg0, arg1, 555, __wbg_adapter_9);
|
|
1414
1414
|
return ret;
|
|
1415
1415
|
};
|
|
1416
1416
|
|
|
@@ -1422,7 +1422,7 @@ exports.__wbindgen_cast_4625c577ab2ec9ee = function(arg0) {
|
|
|
1422
1422
|
|
|
1423
1423
|
exports.__wbindgen_cast_7c08b7b6f622c969 = function(arg0, arg1) {
|
|
1424
1424
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 509, function: Function { arguments: [], shim_idx: 510, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1425
|
-
const ret = makeMutClosure(arg0, arg1, 509,
|
|
1425
|
+
const ret = makeMutClosure(arg0, arg1, 509, __wbg_adapter_6);
|
|
1426
1426
|
return ret;
|
|
1427
1427
|
};
|
|
1428
1428
|
|
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.247-nodejs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|