@janssenproject/cedarling_wasm 0.0.250 → 0.0.251
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 +3 -3
- package/cedarling_wasm.js +12 -12
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.d.ts
CHANGED
|
@@ -226,9 +226,9 @@ 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
|
|
230
|
-
readonly
|
|
231
|
-
readonly
|
|
229
|
+
readonly wasm_bindgen__convert__closures_____invoke__h45fb813e03a674d3: (a: number, b: number) => void;
|
|
230
|
+
readonly closure553_externref_shim: (a: number, b: number, c: any) => void;
|
|
231
|
+
readonly closure1831_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
232
232
|
readonly __wbindgen_start: () => void;
|
|
233
233
|
}
|
|
234
234
|
|
package/cedarling_wasm.js
CHANGED
|
@@ -249,15 +249,15 @@ function _assertClass(instance, klass) {
|
|
|
249
249
|
}
|
|
250
250
|
}
|
|
251
251
|
function __wbg_adapter_6(arg0, arg1) {
|
|
252
|
-
wasm.
|
|
252
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h45fb813e03a674d3(arg0, arg1);
|
|
253
253
|
}
|
|
254
254
|
|
|
255
|
-
function
|
|
256
|
-
wasm.
|
|
255
|
+
function __wbg_adapter_9(arg0, arg1, arg2) {
|
|
256
|
+
wasm.closure553_externref_shim(arg0, arg1, arg2);
|
|
257
257
|
}
|
|
258
258
|
|
|
259
259
|
function __wbg_adapter_214(arg0, arg1, arg2, arg3) {
|
|
260
|
-
wasm.
|
|
260
|
+
wasm.closure1831_externref_shim(arg0, arg1, arg2, arg3);
|
|
261
261
|
}
|
|
262
262
|
|
|
263
263
|
const __wbindgen_enum_RequestCache = ["default", "no-store", "reload", "no-cache", "force-cache", "only-if-cached"];
|
|
@@ -1326,9 +1326,9 @@ function __wbg_get_imports() {
|
|
|
1326
1326
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
1327
1327
|
return ret;
|
|
1328
1328
|
};
|
|
1329
|
-
imports.wbg.
|
|
1330
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1331
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1329
|
+
imports.wbg.__wbindgen_cast_3f672b6028f26d1d = function(arg0, arg1) {
|
|
1330
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 506, function: Function { arguments: [], shim_idx: 507, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1331
|
+
const ret = makeMutClosure(arg0, arg1, 506, __wbg_adapter_6);
|
|
1332
1332
|
return ret;
|
|
1333
1333
|
};
|
|
1334
1334
|
imports.wbg.__wbindgen_cast_4625c577ab2ec9ee = function(arg0) {
|
|
@@ -1336,11 +1336,6 @@ function __wbg_get_imports() {
|
|
|
1336
1336
|
const ret = BigInt.asUintN(64, arg0);
|
|
1337
1337
|
return ret;
|
|
1338
1338
|
};
|
|
1339
|
-
imports.wbg.__wbindgen_cast_7c08b7b6f622c969 = function(arg0, arg1) {
|
|
1340
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 509, function: Function { arguments: [], shim_idx: 510, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1341
|
-
const ret = makeMutClosure(arg0, arg1, 509, __wbg_adapter_6);
|
|
1342
|
-
return ret;
|
|
1343
|
-
};
|
|
1344
1339
|
imports.wbg.__wbindgen_cast_9ae0607507abb057 = function(arg0) {
|
|
1345
1340
|
// Cast intrinsic for `I64 -> Externref`.
|
|
1346
1341
|
const ret = arg0;
|
|
@@ -1351,6 +1346,11 @@ function __wbg_get_imports() {
|
|
|
1351
1346
|
const ret = getArrayU8FromWasm0(arg0, arg1);
|
|
1352
1347
|
return ret;
|
|
1353
1348
|
};
|
|
1349
|
+
imports.wbg.__wbindgen_cast_d1dd07120553c180 = function(arg0, arg1) {
|
|
1350
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 552, function: Function { arguments: [Externref], shim_idx: 553, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1351
|
+
const ret = makeMutClosure(arg0, arg1, 552, __wbg_adapter_9);
|
|
1352
|
+
return ret;
|
|
1353
|
+
};
|
|
1354
1354
|
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|
|
1355
1355
|
// Cast intrinsic for `F64 -> Externref`.
|
|
1356
1356
|
const ret = arg0;
|
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.251",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|