Releases: wasmx/wasm-chisel
Releases · wasmx/wasm-chisel
v0.6.0
- 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.
v0.5.0
- 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.
v0.4.0
- New module:
repack
.
- Fixed: [#97]
Code generated by deployer
now uses proper import signature.
- Improved internal APIs regarding error handling and testing.
v0.3.0
- 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.
v0.2.0
- 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.
v0.1.0
- Initial release.
- Modules:
checkstartfunc
, remapimports
and trimexports
. All of
them with the ewasm
profile.