Skip to content

Latest commit

 

History

History
70 lines (47 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

70 lines (47 loc) · 2.48 KB

0.116.1

0.116.0

0.114.2

  • Added the "dwarf" cargo feature, disabled by default.

  • Fixed link-time regression in 0.114.1

    0.114.1 added missing DWARF passes. Unfortunately these passes, taken from LLVM code, cause duplicate symbol linker errors when linked into a program that links to LLVM. For now we have put the compilation of these passes under the "dwarf" flag and made them non-default. In a future release "dwarf" will be a default feature. Version 0.114.1 has been yanked.

0.114.1

0.114.0

  • Upgraded to Binaryen 114.

0.113.0

  • Upgraded to Binaryen 113.

0.112.0

0.111.0

  • Upgraded to Binaryen 111.

  • Fixed bugs in feature selection via the API.

  • Binaryen now enables the SignExt and MutableGlobals features by default, which are also enabled in the LLVM backend. In the future Binaryen will align its default feature selection with the LLVM backend. To get the same feature selection as Binaryen 110, call

        opts.mvp_features_only()
  • The TypedFunctionReferences feature has been removed. The CLI still accepts --enable-typed-function-references and --disabled-type-function-references as no-ops. The integration module does not accept these command line arguments.

0.110.2

0.110.1

0.110.0

  • Initial release