swiftwasm / JavaScriptKit

Swift framework to interact with JavaScript through WebAssembly.
https://swiftpackageindex.com/swiftwasm/JavaScriptKit/main/documentation/javascriptkit
MIT License
693 stars 45 forks source link

Bump version to 0.13.0, update `CHANGELOG.md` #177

Closed MaxDesiatov closed 2 years ago

MaxDesiatov commented 2 years ago

I'd be happy to wait a bit more to include DOMKit improvements, but #173 has been highly requested to be included in a release sooner rather than later. After all, this means that we have less pressure to rush DOMKit-related changes out in this release.

github-actions[bot] commented 2 years ago

Time Change: +149ms (1%)

Total Time: 8,180.75ms

ℹī¸ View Unchanged | Test name | Duration | Change | | :--- | :---: | :---: | | Serialization/Write JavaScript number directly | 169.25ms | -0.5ms | | Serialization/Write JavaScript string directly | 176.5ms | +3ms (1%) | | Serialization/Swift Int to JavaScript | 2,480.75ms | +32.25ms (1%) | | Serialization/Swift String to JavaScript | 2,588.5ms | +57ms (2%) | | Object heap/Increment and decrement RC | 2,765.75ms | +57.25ms (2%) |

performance-action

pedrovgs commented 2 years ago

Yay!! My first release as contributor 👏 👏