mirror of https://github.com/golang/go.git
misc/wasm: fix code comment
This commit is contained in:
parent
00722c4930
commit
a587edae28
|
|
@ -12,9 +12,9 @@ license that can be found in the LICENSE file.
|
|||
</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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue