Skip to content

Commit

Permalink
misc/wasm: re-add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
silbinarywolf committed Sep 28, 2018
1 parent 07a8bfe commit 00722c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions misc/wasm/wasm_exec.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
</head>

<body>
<!--
Add polyfill for TextEncoder and TextDecoder for Microsoft Edge 17/18 support
// https://caniuse.com/#feat=textencoder
-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/encoding.min.js"></script>
<script src="wasm_exec.js"></script>
<script>
Expand Down

0 comments on commit 00722c4

Please sign in to comment.