@janssenproject/cedarling_wasm 0.0.310-nodejs → 0.0.311-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
|
@@ -947,7 +947,7 @@ function __wbg_get_imports() {
|
|
|
947
947
|
const a = state0.a;
|
|
948
948
|
state0.a = 0;
|
|
949
949
|
try {
|
|
950
|
-
return
|
|
950
|
+
return wasm_bindgen__convert__closures_____invoke__h5ea28dde88fe4fc5(a, state0.b, arg0, arg1);
|
|
951
951
|
} finally {
|
|
952
952
|
state0.a = a;
|
|
953
953
|
}
|
|
@@ -1141,12 +1141,12 @@ function __wbg_get_imports() {
|
|
|
1141
1141
|
},
|
|
1142
1142
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
1143
1143
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 553, function: Function { arguments: [], shim_idx: 554, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1144
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1144
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h81df99cf5fb23bb4, wasm_bindgen__convert__closures_____invoke__h06cf10571db3fb4b);
|
|
1145
1145
|
return ret;
|
|
1146
1146
|
},
|
|
1147
1147
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
1148
1148
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 597, function: Function { arguments: [Externref], shim_idx: 598, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1149
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1149
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__he589cbad438baf01, wasm_bindgen__convert__closures_____invoke__h30e9622b2b4b0718);
|
|
1150
1150
|
return ret;
|
|
1151
1151
|
},
|
|
1152
1152
|
__wbindgen_cast_0000000000000003: function(arg0) {
|
|
@@ -1190,16 +1190,16 @@ function __wbg_get_imports() {
|
|
|
1190
1190
|
};
|
|
1191
1191
|
}
|
|
1192
1192
|
|
|
1193
|
-
function
|
|
1194
|
-
wasm.
|
|
1193
|
+
function wasm_bindgen__convert__closures_____invoke__h06cf10571db3fb4b(arg0, arg1) {
|
|
1194
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h06cf10571db3fb4b(arg0, arg1);
|
|
1195
1195
|
}
|
|
1196
1196
|
|
|
1197
|
-
function
|
|
1198
|
-
wasm.
|
|
1197
|
+
function wasm_bindgen__convert__closures_____invoke__h30e9622b2b4b0718(arg0, arg1, arg2) {
|
|
1198
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h30e9622b2b4b0718(arg0, arg1, arg2);
|
|
1199
1199
|
}
|
|
1200
1200
|
|
|
1201
|
-
function
|
|
1202
|
-
wasm.
|
|
1201
|
+
function wasm_bindgen__convert__closures_____invoke__h5ea28dde88fe4fc5(arg0, arg1, arg2, arg3) {
|
|
1202
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h5ea28dde88fe4fc5(arg0, arg1, arg2, arg3);
|
|
1203
1203
|
}
|
|
1204
1204
|
|
|
1205
1205
|
|
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.311-nodejs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|