1
0
mirror of https://github.com/taigrr/wasm-experiments synced 2025-01-18 04:03:21 -08:00

Update vugu to 0.2.3

This commit is contained in:
Johan Brandhorst
2020-04-14 11:10:50 +01:00
parent 8ff3411233
commit aef989c951
9 changed files with 313 additions and 263 deletions

View File

@@ -6,7 +6,7 @@
</head>
<body>
<div id="target">
<div id="vugu_mount_point">
<img style="position: absolute; top: 50%; left: 50%;"
src="https://cdnjs.cloudflare.com/ajax/libs/galleriffic/2.0.1/css/loader.gif">
</div>
@@ -24,7 +24,7 @@
go.run(result.instance);
});
} else {
document.getElementById("target").innerHTML = 'This application requires WebAssembly support. Please upgrade your browser.';
document.getElementById("vugu_mount_point").innerHTML = 'This application requires WebAssembly support. Please upgrade your browser.';
}
</script>
</body>