Skip to content

Commit d890251

Browse files
committed
Update webapp to output generated at 0cab3cf
1 parent a7d5498 commit d890251

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

BasicMinimalC++.html BasicC++.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
and Qt device independent pixels. -->
1010
<meta name="viewport" content="width=device-width, height=device-height, user-scalable=0"/>
1111

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

6363
}
@@ -68,7 +68,7 @@
6868
}
6969
}
7070
</script>
71-
<script src="BasicMinimalC++.js"></script>
71+
<script src="BasicC++.js"></script>
7272
<script type="text/javascript" src="qtloader.js"></script>
7373
</body>
7474
</html>

BasicC++.js

+19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BasicMinimalC++.wasm BasicC++.wasm

39.5 MB
Binary file not shown.

BasicMinimalC++.js

-19
This file was deleted.

0 commit comments

Comments
 (0)