timed-automata-analyzer 1.0.5 → 1.0.7
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/package.json
CHANGED
|
@@ -434,6 +434,16 @@ export function __wbg_switch_unwrap(arg0) {
|
|
|
434
434
|
return ret;
|
|
435
435
|
};
|
|
436
436
|
|
|
437
|
+
export function __wbg_wbindgenthrow_4c11a24fca429ccf(arg0, arg1) {
|
|
438
|
+
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
439
|
+
};
|
|
440
|
+
|
|
441
|
+
export function __wbindgen_cast_2241b6af4c4b2941(arg0, arg1) {
|
|
442
|
+
// Cast intrinsic for `Ref(String) -> Externref`.
|
|
443
|
+
const ret = getStringFromWasm0(arg0, arg1);
|
|
444
|
+
return ret;
|
|
445
|
+
};
|
|
446
|
+
|
|
437
447
|
export function __wbindgen_init_externref_table() {
|
|
438
448
|
const table = wasm.__wbindgen_export_0;
|
|
439
449
|
const offset = table.grow(4);
|
|
@@ -445,12 +455,3 @@ export function __wbindgen_init_externref_table() {
|
|
|
445
455
|
;
|
|
446
456
|
};
|
|
447
457
|
|
|
448
|
-
export function __wbindgen_string_new(arg0, arg1) {
|
|
449
|
-
const ret = getStringFromWasm0(arg0, arg1);
|
|
450
|
-
return ret;
|
|
451
|
-
};
|
|
452
|
-
|
|
453
|
-
export function __wbindgen_throw(arg0, arg1) {
|
|
454
|
-
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
455
|
-
};
|
|
456
|
-
|
|
Binary file
|