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> <html>
<head> <head>
<meta charset="UTF-8">
<script> <script>
// Check for wasm support. // Check for wasm support.
if (!('WebAssembly' in window)) { if (!('WebAssembly' in window)) {