Skip to content

Commit 9ac6730

Browse files
committed
Removed compression
1 parent a3d712e commit 9ac6730

File tree

7 files changed

+25
-3
lines changed

7 files changed

+25
-3
lines changed

GraphCalc/Build/GraphCalc.data

3.48 MB
Binary file not shown.

GraphCalc/Build/GraphCalc.data.gz

-922 KB
Binary file not shown.

GraphCalc/Build/GraphCalc.framework.js

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-72.6 KB
Binary file not shown.

GraphCalc/Build/GraphCalc.wasm

13.1 MB
Binary file not shown.

GraphCalc/Build/GraphCalc.wasm.gz

-4.06 MB
Binary file not shown.

GraphCalc/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
var buildUrl = "Build";
6060
var loaderUrl = buildUrl + "/GraphCalc.loader.js";
6161
var config = {
62-
dataUrl: buildUrl + "/GraphCalc.data.gz",
63-
frameworkUrl: buildUrl + "/GraphCalc.framework.js.gz",
64-
codeUrl: buildUrl + "/GraphCalc.wasm.gz",
62+
dataUrl: buildUrl + "/GraphCalc.data",
63+
frameworkUrl: buildUrl + "/GraphCalc.framework.js",
64+
codeUrl: buildUrl + "/GraphCalc.wasm",
6565
streamingAssetsUrl: "StreamingAssets",
6666
companyName: "DefaultCompany",
6767
productName: "GraphCalc",

0 commit comments

Comments
 (0)