Merge branch 'master' of github.com:NikVolf/wasm-tools

This commit is contained in:
NikVolf 2017-04-12 17:58:41 +03:00
commit da65f1d009

View File

@ -1,5 +1,6 @@
<html>
<head>
<meta charset="UTF-8">
<script>
// Check for wasm support.
if (!('WebAssembly' in window)) {