[WebAssembly] Update release notes

Summary:
Explicitly note that multithreading support is not included in the stable
ABI.

Differential Revision: https://reviews.llvm.org/D56681

llvm-svn: 351213
This commit is contained in:
Derek Schuff 2019-01-15 17:54:42 +00:00
parent e6829a5eb3
commit 5e54bc18e2
1 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,8 @@ The object file format and core C ABI are now considered stable. That said,
the object file format has an ABI versioning capability, and one anticipated
use for it will be to add support for returning small structs as multiple
return values, once the underlying WebAssembly platform itself supports it.
Additionally, multithreading support is not yet included in the stable ABI.
Changes to the OCaml bindings
-----------------------------