1
0
mirror of https://github.com/golang/go synced 2024-11-17 14:04:48 -07:00
go/misc/wasm
Richard Musiol 680caf1535 misc/wasm: expect environment to provide polyfills
The list of environments to support with wasm_exec.js was becoming too
large to maintain. With this change, wasm_exec.js expects that the
environment provides all necessary polyfills.

The standardized "globalThis" is used for accessing the environment.
wasm_exec.js now only provides stub fallbacks for globalThis.fs and
globalThis.process.

All code specific to Node.js is now in a separate file.

Change-Id: I076febbd94d4d7845260faad972f450f74a7b983
Reviewed-on: https://go-review.googlesource.com/c/go/+/347353
Trust: Richard Musiol <neelance@gmail.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
2021-10-16 14:50:21 +00:00
..
go_js_wasm_exec misc/wasm: expect environment to provide polyfills 2021-10-16 14:50:21 +00:00
wasm_exec_node.js misc/wasm: expect environment to provide polyfills 2021-10-16 14:50:21 +00:00
wasm_exec.html misc/wasm: add mention of polyfill for Edge support 2018-10-02 17:25:11 +00:00
wasm_exec.js misc/wasm: expect environment to provide polyfills 2021-10-16 14:50:21 +00:00