This commit is contained in:
parent
09623f73aa
commit
953ea4e6c4
21 changed files with 771 additions and 8 deletions
|
@ -30,4 +30,19 @@
|
|||
<div id="page-idea-result"></div>
|
||||
</fill:description>
|
||||
</x-project>
|
||||
</x-tab.content>
|
||||
<div id="cockpit-canvas"></div>
|
||||
</x-tab.content>
|
||||
<script>
|
||||
var x = setInterval(runCockpit, 500);
|
||||
function runCockpit() {
|
||||
if (window.wasmBindings != undefined) {
|
||||
window.wasmBindings.run();
|
||||
clearInterval(x)
|
||||
}
|
||||
}
|
||||
runCockpit();
|
||||
</script>
|
||||
<push name="head">
|
||||
<link rel="preload" href="/assets/FiraCode-Bold.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="/assets/FiraCode-Regular.woff2" as="font" type="font/woff2" crossorigin>
|
||||
</push>
|
Loading…
Add table
Add a link
Reference in a new issue