about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/coverage/json.rs
diff options
context:
space:
mode:
authorTyler Mandry <tmandry@gmail.com>2020-08-16 14:59:34 -0700
committerGitHub <noreply@github.com>2020-08-16 14:59:34 -0700
commitb32df4312e4b82f097566fa5623b53470d778ae2 (patch)
tree7428712bf7da1f1c9d035bc62c4aa6b54f22143c /src/test/rustdoc-ui/coverage/json.rs
parent8ba56afcc6864d9ba7ffeb5988ad7257143fde8f (diff)
parent8de63eb964ffd465f826d487421ca34606bbfdbc (diff)
downloadrust-b32df4312e4b82f097566fa5623b53470d778ae2.tar.gz
rust-b32df4312e4b82f097566fa5623b53470d778ae2.zip
Rollup merge of #75569 - tmiasko:emscripten, r=tlively
Bump minor version of emsdk to 1.38.47

Release Notes:

```
v1.38.47: 10/02/2019
--------------------
 - Add support for FETCH API in WASM backend. This doesn't support FETCH in the
   main thread (`USE_FETCH_WORKER=0` is enforced). #9490
 - Redefine errno values to be consistent with wasi. This will let us avoid
   needing to convert the values back and forth as we use more wasi APIs.
   This is an ABI change, which should not be noticeable from user code
   unless you use errno defines (like EAGAIN) *and* keep around binaries
   compiled with an older version that you link against. In that case, you
   should rebuild them. See #9545.
 - Removed build option `-s ONLY_MY_CODE` as we now have much better solutions
   for that, like building to a wasm object file or using `STANDALONE_WASM`
   etc. (see
   https://github.com/emscripten-core/emscripten/wiki/WebAssembly-Standalone).
 - Emscripten now supports the config file (.emscripten) being placed in the
   emscripten directory rather that the current user's home directory.
   See #9543
```

Motivated by changes to errno values which are currently out of sync with those
in libc crate which uses wasi values already. Helps with #72808 and #75532.
Diffstat (limited to 'src/test/rustdoc-ui/coverage/json.rs')
0 files changed, 0 insertions, 0 deletions