Skip to content

Commit

Permalink
name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
uek-1 committed Jul 3, 2023
1 parent 4d5caf5 commit f8e3874
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
File renamed without changes.
10 changes: 6 additions & 4 deletions github-pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>rust-mlp-viz</title>

<!-- config for our rust wasm binary. go to https://trunkrs.dev/assets/#rust for more customization -->
<script type="module">import init from '/model-gui-3dc96f1f18a69a4d.js';init('/model-gui-3dc96f1f18a69a4d_bg.wasm');</script>
<script type="module">import init from '/preload.js';init('/app.wasm');</script>
<!-- this is the base url relative to which other urls will be constructed. trunk will insert this from the public-url option -->
<base href="/">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="white">
Expand Down Expand Up @@ -100,8 +100,10 @@
}
</style>

<link rel="preload" href="/model-gui-3dc96f1f18a69a4d_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/model-gui-3dc96f1f18a69a4d.js"></head>
<link rel="preload" href="/app.wasm" type="application/wasm" as="fetch" crossorigin="">
<link rel="modulepreload" href="/preload.js">

</head>

<body>
<!-- The WASM code will resize the canvas dynamically -->
Expand All @@ -110,4 +112,4 @@



</body></html>
</body></html>
File renamed without changes.

0 comments on commit f8e3874

Please sign in to comment.