aboutsummaryrefslogtreecommitdiff
path: root/misc/wasm
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2018-10-01 22:59:11 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2018-10-02 17:25:00 +0000
commited969a0c27dff40ac959c1b1e42a0820fe505722 (patch)
treefc842e542d31570dbcf5a4ba7346294ee3831528 /misc/wasm
parent9ec5d9c15b8dcb30d06805504477ac602f4e0385 (diff)
downloadgo-ed969a0c27dff40ac959c1b1e42a0820fe505722.tar.gz
go-ed969a0c27dff40ac959c1b1e42a0820fe505722.zip
Revert "misc/wasm: add polyfill for TextEncoder/TextDecoder for Edge support"
This reverts CL 131718, commit a0e7f12771c2e84e626dcf5e30da5d62a3b1adf6. Reason for revert: adds request overhead & dependency on third-party service for all users regardless of whether it's necessary. Updates #27295 Change-Id: I4a8a9b0c8e4a3198c884dfbd90ba36734f70a9a9 Reviewed-on: https://go-review.googlesource.com/138937 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'misc/wasm')
-rw-r--r--misc/wasm/wasm_exec.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/misc/wasm/wasm_exec.html b/misc/wasm/wasm_exec.html
index 7ccdf0abd2..f5e21e40f3 100644
--- a/misc/wasm/wasm_exec.html
+++ b/misc/wasm/wasm_exec.html
@@ -12,11 +12,6 @@ license that can be found in the LICENSE file.
</head>
<body>
- <!--
- 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>
<script>
if (!WebAssembly.instantiateStreaming) { // polyfill