Skip to content

Commit

Permalink
WASM_Build_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
altunenes committed Nov 30, 2023
1 parent 6650a08 commit de65539
Show file tree
Hide file tree
Showing 4 changed files with 304 additions and 304 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
}
</style>

<link rel="preload" href="/weber_fechner-8a502e1c3508dce0_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/weber_fechner-8a502e1c3508dce0.js"></head>
<link rel="preload" href="/weber_fechner-96e673f99b988975_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/weber_fechner-96e673f99b988975.js"></head>

<body style="margin: 0 !important; padding: 0 !important;">
<script type="module">
Expand All @@ -18,7 +18,7 @@
</script>


<script type="module">import init from '/weber_fechner-8a502e1c3508dce0.js';init('/weber_fechner-8a502e1c3508dce0_bg.wasm');</script><script>(function () {
<script type="module">import init from '/weber_fechner-96e673f99b988975.js';init('/weber_fechner-96e673f99b988975_bg.wasm');</script><script>(function () {
var protocol = window.location.protocol === 'https:' ? 'wss:' : 'ws:';
var url = protocol + '//' + window.location.host + '/_trunk/ws';
var poll_interval = 5000;
Expand Down
Loading

0 comments on commit de65539

Please sign in to comment.