Skip to content

Commit

Permalink
deploy: 4da18c3
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Sep 19, 2024
1 parent 4ccf7e8 commit 489adb4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion route-snapper/pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "route-snapper",
"type": "module",
"description": "Draw routes in MapLibre snapped to a street network using client-side routing",
"version": "0.4.1",
"version": "0.4.2",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions route-snapper/pkg/route_snapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -512,17 +512,17 @@ function __wbg_get_imports() {
const ret = getObject(arg0) in getObject(arg1);
return ret;
};
imports.wbg.__wbindgen_boolean_get = function(arg0) {
const v = getObject(arg0);
const ret = typeof(v) === 'boolean' ? (v ? 1 : 0) : 2;
return ret;
};
imports.wbg.__wbindgen_number_get = function(arg0, arg1) {
const obj = getObject(arg1);
const ret = typeof(obj) === 'number' ? obj : undefined;
getFloat64Memory0()[arg0 / 8 + 1] = isLikeNone(ret) ? 0 : ret;
getInt32Memory0()[arg0 / 4 + 0] = !isLikeNone(ret);
};
imports.wbg.__wbindgen_boolean_get = function(arg0) {
const v = getObject(arg0);
const ret = typeof(v) === 'boolean' ? (v ? 1 : 0) : 2;
return ret;
};
imports.wbg.__wbindgen_jsval_loose_eq = function(arg0, arg1) {
const ret = getObject(arg0) == getObject(arg1);
return ret;
Expand Down
Binary file modified route-snapper/pkg/route_snapper_bg.wasm
Binary file not shown.

0 comments on commit 489adb4

Please sign in to comment.