Regarding V1
This will be the last release published to Wasynth's V1 repository/branch. The codebase and design here have reached a critical mass where new versions become exponentially more difficult to work on and the features and optimizations I want to add simply take too much effort.
The V2 version, codename "Wavefront" is planned for release sometime at the end of 2024. As I have work and college, I will strive for this date but am unable to make any definitive commitments.
What's Changed
- Add new Luau ternary operator by @angifalangi in #21
- Bump dependencies by @wackbyte in #27
- Attempt to add memory copy/fill (allocator edition) by @bainchild in #26
- Fix build error within wasm-ast by @RealEthanPlayzDev in #28
- Fix typo by @wackbyte in #29
- Update dependencies by @wackbyte in #30
- Export runtime for luau. by @basicer in #33
- Faster luau runtime by @Someon1e in #34
- Allocate correct memory size by @Someon1e in #36
- Allow runtime functions to inline by @Someon1e in #35
New Contributors
- @angifalangi made their first contribution in #21
- @wackbyte made their first contribution in #27
- @bainchild made their first contribution in #26
- @RealEthanPlayzDev made their first contribution in #28
- @basicer made their first contribution in #33
- @Someon1e made their first contribution in #34
Full Changelog: v0.12.0...v0.13.0