Skip to content

Commit

Permalink
cmt2
Browse files Browse the repository at this point in the history
  • Loading branch information
saadjumani authored Mar 11, 2022
1 parent 079dc40 commit ca3b816
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
Binary file added Build/Demo.data
Binary file not shown.
7 changes: 7 additions & 0 deletions Build/Demo.framework.js

Large diffs are not rendered by default.

Binary file added Build/Demo.wasm
Binary file not shown.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
var buildUrl = "Build";
var loaderUrl = buildUrl + "/Demo.loader.js";
var config = {
dataUrl: buildUrl + "/Demo.data.gz",
frameworkUrl: buildUrl + "/Demo.framework.js.gz",
codeUrl: buildUrl + "/Demo.wasm.gz",
dataUrl: buildUrl + "/Demo.data",
frameworkUrl: buildUrl + "/Demo.framework.js",
codeUrl: buildUrl + "/Demo.wasm",
streamingAssetsUrl: "StreamingAssets",
companyName: "DefaultCompany",
productName: "Furnit1",
Expand Down

0 comments on commit ca3b816

Please sign in to comment.