@stadiamaps/ferrostar 0.15.0 → 0.16.0
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/ferrostar_bg.js +4 -4
- package/ferrostar_bg.wasm +0 -0
- package/package.json +1 -1
package/ferrostar_bg.js
CHANGED
|
@@ -530,13 +530,13 @@ export function __wbindgen_is_object(arg0) {
|
|
|
530
530
|
return ret;
|
|
531
531
|
};
|
|
532
532
|
|
|
533
|
-
export function
|
|
534
|
-
const ret =
|
|
533
|
+
export function __wbindgen_string_new(arg0, arg1) {
|
|
534
|
+
const ret = getStringFromWasm0(arg0, arg1);
|
|
535
535
|
return addHeapObject(ret);
|
|
536
536
|
};
|
|
537
537
|
|
|
538
|
-
export function
|
|
539
|
-
const ret = getStringFromWasm0(arg0, arg1);
|
|
538
|
+
export function __wbindgen_error_new(arg0, arg1) {
|
|
539
|
+
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
540
540
|
return addHeapObject(ret);
|
|
541
541
|
};
|
|
542
542
|
|
package/ferrostar_bg.wasm
CHANGED
|
Binary file
|