1
0
mirror of https://github.com/fluencelabs/wasm-utils synced 2025-06-16 16:21:25 +00:00

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

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

@ -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)) {