]> Cypherpunks repositories - gostls13.git/commit
misc/wasm: add mention of polyfill for Edge support
authorRichard Musiol <mail@richard-musiol.de>
Tue, 2 Oct 2018 17:11:14 +0000 (19:11 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 2 Oct 2018 17:25:11 +0000 (17:25 +0000)
commite5489cfc12a99f25331831055a79750bfa227943
treed8fe15a27c1480e3b37a357c2e69b84d8c280642
parented969a0c27dff40ac959c1b1e42a0820fe505722
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 <bradfitz@golang.org>
misc/wasm/wasm_exec.html