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
ModuleReaderpublic by @MaxDesiatov in #23 - Make
isEOFandreadSectionpublic onModuleReaderby @MaxDesiatov in #24 - Make
VectorSectionReaderpublic by @MaxDesiatov in #25 - Make
valueonSignatureIndexpublic by @MaxDesiatov in #26 - Make properties of
FunctionBodypublic 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.