Skip to content

Commit 00722c4

Browse files
committed
misc/wasm: re-add comment
1 parent 07a8bfe commit 00722c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

misc/wasm/wasm_exec.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
</head>
1313

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

0 commit comments

Comments
 (0)