Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 2.19 KB

CHANGELOG.md

File metadata and controls

52 lines (40 loc) · 2.19 KB

Changelog

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.