Skip to content

Commit 5e54bc1

Browse files
committedJan 15, 2019
[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
1 parent e6829a5 commit 5e54bc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎llvm/docs/ReleaseNotes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ The object file format and core C ABI are now considered stable. That said,
105105
the object file format has an ABI versioning capability, and one anticipated
106106
use for it will be to add support for returning small structs as multiple
107107
return values, once the underlying WebAssembly platform itself supports it.
108+
Additionally, multithreading support is not yet included in the stable ABI.
109+
108110

109111
Changes to the OCaml bindings
110112
-----------------------------

0 commit comments

Comments
 (0)
Please sign in to comment.