Skip to content

Latest commit

 

History

History
61 lines (49 loc) · 2.75 KB

CHANGELOG.md

File metadata and controls

61 lines (49 loc) · 2.75 KB

Changelog

0.6.0 - 2020-01-15

  • Updated dependency: pwasm to 0.40.2. [#145, #157]
  • Removed module: fromwat. [#186]
  • New module: binaryenopt. [#61]
  • Bubble up errors in remapimports and verifyimports. [#190]
  • Rewritten CLI. It also supports UNIX-style commandline mode without a configuration file.

0.5.0 - 2019-07-25

  • New module: remapstart. [#107]
  • New module: dropsection. [#72]
  • New module: fromwat. [#100]
  • New module: snip (for using wasm-snip). [#123]
  • New module: dropnames. [#126]
  • New module: checkfloats. [#118]
  • Refactored verifyimpotrs and remapimports. [#6]
  • Added support for eth2 / debug and bignum imports. [#112]
  • Better handling for the names section.
  • Removed Rust and many Clippy warnings.

0.4.0 - 2019-06-04

  • New module: repack.
  • Fixed: [#97] Code generated by deployer now uses proper import signature.
  • Improved internal APIs regarding error handling and testing.

0.3.0 - 2019-05-23

  • New module: trimstart.
  • Fixed: [#84 #91] Fixed import list for ewasm in remapimports and verifyimports.
  • Fixed: [#85] Code generated by deployer now properly allocates memory.

0.2.0 - 2019-03-26

  • New modules: deployer, verifyexports and verifyimports.
  • Introduced new CLI frontend supporting a YAML configuration.
  • Internal API improvements.
  • Updated dependency: pwasm to 0.35.
  • Moved on to Rust 2018 edition.

0.1.0 - 2018-11-15

  • Initial release.
  • Modules: checkstartfunc, remapimports and trimexports. All of them with the ewasm profile.