Skip to content

Commit a587eda

Browse files
committed
misc/wasm: fix code comment
1 parent 00722c4 commit a587eda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

misc/wasm/wasm_exec.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
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
15+
<!--
16+
Polyfill for TextEncoder and TextDecoder for Microsoft Edge 17/18 support
17+
https://caniuse.com/#feat=textencoder
1818
-->
1919
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/encoding.min.js"></script>
2020
<script src="wasm_exec.js"></script>

0 commit comments

Comments
 (0)