misc/wasm: fix code comment

This commit is contained in:
Jake B 2018-09-29 14:05:24 +10:00
parent 00722c4930
commit a587edae28
1 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@ license that can be found in the LICENSE file.
</head>
<body>
<!--
Add polyfill for TextEncoder and TextDecoder for Microsoft Edge 17/18 support
// https://caniuse.com/#feat=textencoder
<!--
Polyfill for TextEncoder and TextDecoder for Microsoft Edge 17/18 support
https://caniuse.com/#feat=textencoder
-->
<script src="https://cdn.jsdelivr.net/npm/text-encoding@0.7.0/lib/encoding.min.js"></script>
<script src="wasm_exec.js"></script>