@janssenproject/cedarling_wasm 0.0.305-nodejs → 0.0.306-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 +5 -5
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.js
CHANGED
|
@@ -225,14 +225,14 @@ if (!('encodeInto' in cachedTextEncoder)) {
|
|
|
225
225
|
|
|
226
226
|
let WASM_VECTOR_LEN = 0;
|
|
227
227
|
|
|
228
|
-
function wasm_bindgen__convert__closures_____invoke__h8a10b0fb25c32ce7(arg0, arg1) {
|
|
229
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h8a10b0fb25c32ce7(arg0, arg1);
|
|
230
|
-
}
|
|
231
|
-
|
|
232
228
|
function wasm_bindgen__convert__closures_____invoke__h7f8b71809a8d7577(arg0, arg1, arg2) {
|
|
233
229
|
wasm.wasm_bindgen__convert__closures_____invoke__h7f8b71809a8d7577(arg0, arg1, arg2);
|
|
234
230
|
}
|
|
235
231
|
|
|
232
|
+
function wasm_bindgen__convert__closures_____invoke__hb4940edc1cc6cba4(arg0, arg1) {
|
|
233
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hb4940edc1cc6cba4(arg0, arg1);
|
|
234
|
+
}
|
|
235
|
+
|
|
236
236
|
function wasm_bindgen__convert__closures_____invoke__h3a7d0d99d266e2f8(arg0, arg1, arg2, arg3) {
|
|
237
237
|
wasm.wasm_bindgen__convert__closures_____invoke__h3a7d0d99d266e2f8(arg0, arg1, arg2, arg3);
|
|
238
238
|
}
|
|
@@ -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__hbc24447bd52b100c, wasm_bindgen__convert__closures_____invoke__hb4940edc1cc6cba4);
|
|
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.306-nodejs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|