Skip to content

Commit

Permalink
[WebAssembly] Add a release notes blurb
Browse files Browse the repository at this point in the history
Bid farewell to LLVM_EXPERIMENTAL_TARGETS_TO_BUILD!

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

llvm-svn: 351083
  • Loading branch information
Dan Gohman committed Jan 14, 2019
1 parent 4c73404 commit 220dcdb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions llvm/docs/ReleaseNotes.rst
Expand Up @@ -95,6 +95,17 @@ Changes to the AVR Target

During this release ...

Changes to the WebAssembly Target
---------------------------------

The WebAssembly target is no longer "experimental"! It's now built by default,
rather than needing to be enabled with LLVM_EXPERIMENTAL_TARGETS_TO_BUILD.

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.

Changes to the OCaml bindings
-----------------------------

Expand Down

0 comments on commit 220dcdb

Please sign in to comment.