Skip to content

Commit

Permalink
misc/wasm: fix code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
silbinarywolf committed Sep 29, 2018
1 parent 00722c4 commit a587eda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions misc/wasm/wasm_exec.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
</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>
Expand Down

0 comments on commit a587eda

Please sign in to comment.