@janssenproject/cedarling_wasm 0.0.237 → 0.0.238
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.d.ts +1 -1
- package/cedarling_wasm.js +5 -5
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.d.ts
CHANGED
|
@@ -226,7 +226,7 @@ export interface InitOutput {
|
|
|
226
226
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
227
227
|
readonly __externref_drop_slice: (a: number, b: number) => void;
|
|
228
228
|
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
229
|
-
readonly
|
|
229
|
+
readonly wasm_bindgen__convert__closures_____invoke__hdf5ef36897f13b22: (a: number, b: number) => void;
|
|
230
230
|
readonly closure555_externref_shim: (a: number, b: number, c: any) => void;
|
|
231
231
|
readonly closure1835_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
232
232
|
readonly __wbindgen_start: () => void;
|
package/cedarling_wasm.js
CHANGED
|
@@ -248,11 +248,11 @@ function _assertClass(instance, klass) {
|
|
|
248
248
|
throw new Error(`expected instance of ${klass.name}`);
|
|
249
249
|
}
|
|
250
250
|
}
|
|
251
|
-
function
|
|
252
|
-
wasm.
|
|
251
|
+
function __wbg_adapter_16(arg0, arg1) {
|
|
252
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hdf5ef36897f13b22(arg0, arg1);
|
|
253
253
|
}
|
|
254
254
|
|
|
255
|
-
function
|
|
255
|
+
function __wbg_adapter_19(arg0, arg1, arg2) {
|
|
256
256
|
wasm.closure555_externref_shim(arg0, arg1, arg2);
|
|
257
257
|
}
|
|
258
258
|
|
|
@@ -1333,7 +1333,7 @@ function __wbg_get_imports() {
|
|
|
1333
1333
|
};
|
|
1334
1334
|
imports.wbg.__wbindgen_cast_7c08b7b6f622c969 = function(arg0, arg1) {
|
|
1335
1335
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 509, function: Function { arguments: [], shim_idx: 510, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1336
|
-
const ret = makeMutClosure(arg0, arg1, 509,
|
|
1336
|
+
const ret = makeMutClosure(arg0, arg1, 509, __wbg_adapter_16);
|
|
1337
1337
|
return ret;
|
|
1338
1338
|
};
|
|
1339
1339
|
imports.wbg.__wbindgen_cast_9ae0607507abb057 = function(arg0) {
|
|
@@ -1343,7 +1343,7 @@ function __wbg_get_imports() {
|
|
|
1343
1343
|
};
|
|
1344
1344
|
imports.wbg.__wbindgen_cast_c8a75cba4fbd7360 = function(arg0, arg1) {
|
|
1345
1345
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 554, function: Function { arguments: [Externref], shim_idx: 555, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1346
|
-
const ret = makeMutClosure(arg0, arg1, 554,
|
|
1346
|
+
const ret = makeMutClosure(arg0, arg1, 554, __wbg_adapter_19);
|
|
1347
1347
|
return ret;
|
|
1348
1348
|
};
|
|
1349
1349
|
imports.wbg.__wbindgen_cast_cb9088102bce6b30 = function(arg0, arg1) {
|
package/cedarling_wasm_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@janssenproject/cedarling_wasm",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"description": "The Cedarling is a performant local authorization service that runs the Rust Cedar Engine",
|
|
5
|
-
"version": "0.0.
|
|
5
|
+
"version": "0.0.238",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|