Releases: swiftwasm/WasmTransformer
Releases · swiftwasm/WasmTransformer
0.4.1
This release fixes build issues with Swift 5.7.
What's Changed
- Test with Swift 5.7/Xcode 14 by @MaxDesiatov in #28
Full Changelog: 0.4.0...0.4.1
0.4.0
What's Changed
- Make
ModuleReader
public by @MaxDesiatov in #23 - Make
isEOF
andreadSection
public onModuleReader
by @MaxDesiatov in #24 - Make
VectorSectionReader
public by @MaxDesiatov in #25 - Make
value
onSignatureIndex
public by @MaxDesiatov in #26 - Make properties of
FunctionBody
public by @MaxDesiatov in #27
Full Changelog: 0.3.0...0.4.0
0.3.0
0.0.2
Release stripCustomSections
which strips all custom sections.
0.0.1
Initial release with lowerI64Imports
implementation.