Closed MaxDesiatov closed 2 years ago
Time Change: +1,152.5ms (10%) â ī¸
Total Time: 11,165ms
Test name | Duration | Change | |
---|---|---|---|
Serialization/Swift Int to JavaScript | 3,350.5ms | +277.25ms (8%) | đ |
Serialization/Swift String to JavaScript | 3,923.75ms | +893.25ms (22%) | đ¨ |
BTW I think this new release is not required for the Tokamak PR. Is there any essential change?
https://github.com/swiftwasm/carton/pull/310 relies on reactor model, which was updated in https://github.com/swiftwasm/JavaScriptKit/pull/180, wasn't it? And then .jsValue()
-> .jsValue
change was breaking, I'd like to update Tokamak codebase for it sooner rather than later.
Either way, I've already tagged it, sorry if that was premature đ
New release is required to resolve https://github.com/TokamakUI/Tokamak/pull/475.
I've also cleaned up formatting in
.ts
file and clarified version incompatibility error message.