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
andremapimports
. [#6] - Added support for
eth2
/debug
andbignum
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
inremapimports
andverifyimports
. - Fixed: [#85]
Code generated by
deployer
now properly allocates memory.
0.2.0 - 2019-03-26
- New modules:
deployer
,verifyexports
andverifyimports
. - 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
andtrimexports
. All of them with theewasm
profile.