@janssenproject/cedarling_wasm 0.0.252 → 0.0.253
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 +2 -2
- package/cedarling_wasm.js +10 -10
- package/cedarling_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/cedarling_wasm.d.ts
CHANGED
|
@@ -219,8 +219,8 @@ export interface InitOutput {
|
|
|
219
219
|
readonly ring_core_0_17_14__bn_mul_mont: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
220
220
|
readonly wasm_bindgen__convert__closures_____invoke__h559bc6a3933a5765: (a: number, b: number, c: any) => void;
|
|
221
221
|
readonly wasm_bindgen__closure__destroy__hf4c9146f86ff048f: (a: number, b: number) => void;
|
|
222
|
-
readonly
|
|
223
|
-
readonly
|
|
222
|
+
readonly wasm_bindgen__convert__closures_____invoke__h868d697631d1e8e2: (a: number, b: number) => void;
|
|
223
|
+
readonly wasm_bindgen__closure__destroy__h9462f944d09bd580: (a: number, b: number) => void;
|
|
224
224
|
readonly wasm_bindgen__convert__closures_____invoke__h132b7432541a1b5f: (a: number, b: number, c: any, d: any) => void;
|
|
225
225
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
226
226
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
package/cedarling_wasm.js
CHANGED
|
@@ -250,8 +250,8 @@ function wasm_bindgen__convert__closures_____invoke__h559bc6a3933a5765(arg0, arg
|
|
|
250
250
|
wasm.wasm_bindgen__convert__closures_____invoke__h559bc6a3933a5765(arg0, arg1, arg2);
|
|
251
251
|
}
|
|
252
252
|
|
|
253
|
-
function
|
|
254
|
-
wasm.
|
|
253
|
+
function wasm_bindgen__convert__closures_____invoke__h868d697631d1e8e2(arg0, arg1) {
|
|
254
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h868d697631d1e8e2(arg0, arg1);
|
|
255
255
|
}
|
|
256
256
|
|
|
257
257
|
function wasm_bindgen__convert__closures_____invoke__h132b7432541a1b5f(arg0, arg1, arg2, arg3) {
|
|
@@ -1313,14 +1313,19 @@ function __wbg_get_imports() {
|
|
|
1313
1313
|
imports.wbg.__wbg_warn_a2d80c28bcdb1933 = function(arg0) {
|
|
1314
1314
|
console.warn(...arg0);
|
|
1315
1315
|
};
|
|
1316
|
+
imports.wbg.__wbindgen_cast_1be559affc47552a = function(arg0, arg1) {
|
|
1317
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 507, function: Function { arguments: [], shim_idx: 508, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1318
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h9462f944d09bd580, wasm_bindgen__convert__closures_____invoke__h868d697631d1e8e2);
|
|
1319
|
+
return ret;
|
|
1320
|
+
};
|
|
1316
1321
|
imports.wbg.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
|
|
1317
1322
|
// Cast intrinsic for `Ref(String) -> Externref`.
|
|
1318
1323
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
1319
1324
|
return ret;
|
|
1320
1325
|
};
|
|
1321
|
-
imports.wbg.
|
|
1322
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1323
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1326
|
+
imports.wbg.__wbindgen_cast_2fb66661e8d075cf = function(arg0, arg1) {
|
|
1327
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 553, function: Function { arguments: [Externref], shim_idx: 554, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1328
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hf4c9146f86ff048f, wasm_bindgen__convert__closures_____invoke__h559bc6a3933a5765);
|
|
1324
1329
|
return ret;
|
|
1325
1330
|
};
|
|
1326
1331
|
imports.wbg.__wbindgen_cast_4625c577ab2ec9ee = function(arg0) {
|
|
@@ -1338,11 +1343,6 @@ function __wbg_get_imports() {
|
|
|
1338
1343
|
const ret = getArrayU8FromWasm0(arg0, arg1);
|
|
1339
1344
|
return ret;
|
|
1340
1345
|
};
|
|
1341
|
-
imports.wbg.__wbindgen_cast_d1dd07120553c180 = function(arg0, arg1) {
|
|
1342
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 552, function: Function { arguments: [Externref], shim_idx: 553, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1343
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hf4c9146f86ff048f, wasm_bindgen__convert__closures_____invoke__h559bc6a3933a5765);
|
|
1344
|
-
return ret;
|
|
1345
|
-
};
|
|
1346
1346
|
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|
|
1347
1347
|
// Cast intrinsic for `F64 -> Externref`.
|
|
1348
1348
|
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.253",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|