Skip to content

Commit

Permalink
Update webapp to output generated at 0cab3cf
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSazonov committed Aug 30, 2024
1 parent a7d5498 commit d890251
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
8 changes: 4 additions & 4 deletions BasicMinimalC++.html → BasicC++.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
and Qt device independent pixels. -->
<meta name="viewport" content="width=device-width, height=device-height, user-scalable=0"/>

<title>BasicMinimalC++</title>
<title>BasicC++</title>
<style>
/* Make the html body cover the entire (visual) viewport with no scroll bars. */
html, body { padding: 0; margin: 0; overflow: hidden; height: 100% }
Expand All @@ -20,7 +20,7 @@
<figure style="overflow:visible;" id="qtspinner">
<center style="margin-top:1.5em; line-height:150%">
<img src="qtlogo.svg" width="320" height="200" style="display:block"></img>
<strong>Qt for WebAssembly: BasicMinimalC++</strong>
<strong>Qt for WebAssembly: BasicC++</strong>
<div id="qtstatus"></div>
<noscript>JavaScript is disabled. Please enable JavaScript to use this application.</noscript>
</center>
Expand Down Expand Up @@ -57,7 +57,7 @@
exitData.text !== undefined ? ` (${exitData.text})` : '';
showUi(spinner);
},
entryFunction: window.BasicMinimalC___entry,
entryFunction: window.BasicC___entry,
containerElements: [screen],

}
Expand All @@ -68,7 +68,7 @@
}
}
</script>
<script src="BasicMinimalC++.js"></script>
<script src="BasicC++.js"></script>
<script type="text/javascript" src="qtloader.js"></script>
</body>
</html>
19 changes: 19 additions & 0 deletions BasicC++.js

Large diffs are not rendered by default.

Binary file renamed BasicMinimalC++.wasm → BasicC++.wasm
Binary file not shown.
19 changes: 0 additions & 19 deletions BasicMinimalC++.js

This file was deleted.

0 comments on commit d890251

Please sign in to comment.