We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00722c4 commit a587edaCopy full SHA for a587eda
misc/wasm/wasm_exec.html
@@ -12,9 +12,9 @@
12
</head>
13
14
<body>
15
- <!--
16
- Add polyfill for TextEncoder and TextDecoder for Microsoft Edge 17/18 support
17
- // https://caniuse.com/#feat=textencoder
+ <!--
+ Polyfill for TextEncoder and TextDecoder for Microsoft Edge 17/18 support
+ https://caniuse.com/#feat=textencoder
18
-->
19
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/encoding.min.js"></script>
20
<script src="wasm_exec.js"></script>
0 commit comments