From: Richard Musiol Date: Tue, 2 Oct 2018 17:11:14 +0000 (+0200) Subject: misc/wasm: add mention of polyfill for Edge support X-Git-Tag: go1.12beta1~956 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e5489cfc12a99f25331831055a79750bfa227943;p=gostls13.git misc/wasm: add mention of polyfill for Edge support Edge supports WebAssembly but not TextEncoder or TextDecoder. This change adds a comment pointing to a polyfill that could be used. The polyfill is not added by default, because we want to let the user decide if/how to include the polyfill. Fixes #27295 Change-Id: I375f58f2168665f549997b368428c398dfbbca1c Reviewed-on: https://go-review.googlesource.com/139037 Reviewed-by: Brad Fitzpatrick --- diff --git a/misc/wasm/wasm_exec.html b/misc/wasm/wasm_exec.html index f5e21e40f3..72e64473eb 100644 --- a/misc/wasm/wasm_exec.html +++ b/misc/wasm/wasm_exec.html @@ -12,6 +12,11 @@ license that can be found in the LICENSE file. +