Skip to content

Commit

Permalink
Switch to WASM by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ddohler committed Jan 23, 2018
1 parent 08c980c commit 5c9f556
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
gdal.js
*.swp
*.mem
*js.mem
*.data
*.wasm
dist
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,7 @@ $(PROJ4)/configure: $(PROJ4)/autogen.sh
clean:
cd $(PROJ4) && git clean -X -d --force .
cd $(GDAL) && git clean -X -d --force .
rm -f gdal.js.mem
rm -f gdal.wasm
rm -f gdal.js
rm -f gdal.js.mem
rm -f gdal.data
1 change: 0 additions & 1 deletion examples/inspect_geotiff/gdal.js.mem

This file was deleted.

1 change: 1 addition & 0 deletions examples/inspect_geotiff/gdal.wasm
1 change: 1 addition & 0 deletions examples/map_extent/gdal.wasm
1 change: 1 addition & 0 deletions examples/thumbnail/gdal.wasm
1 change: 1 addition & 0 deletions examples/thumbnail_map/gdal.wasm
1 change: 1 addition & 0 deletions examples/tile_tiff/gdal.wasm

0 comments on commit 5c9f556

Please sign in to comment.