@janssenproject/cedarling_wasm 0.0.294-nodejs → 0.0.295-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 +3 -3
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.js
CHANGED
|
@@ -225,8 +225,8 @@ 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__ha6cd745f1cc39214(arg0, arg1) {
|
|
229
|
+
wasm.wasm_bindgen__convert__closures_____invoke__ha6cd745f1cc39214(arg0, arg1);
|
|
230
230
|
}
|
|
231
231
|
|
|
232
232
|
function wasm_bindgen__convert__closures_____invoke__he934e31379087ee0(arg0, arg1, arg2) {
|
|
@@ -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__hfab89d6cfb5578f7, wasm_bindgen__convert__closures_____invoke__ha6cd745f1cc39214);
|
|
1501
1501
|
return ret;
|
|
1502
1502
|
};
|
|
1503
1503
|
|
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.295-nodejs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|