Commits
User selector
Commit History
Commits on Feb 8, 2022
Commits on Feb 7, 2022
Commits on Jan 25, 2022
Commits on Jan 24, 2022
Commits on Nov 22, 2021
- authored
Bump to v0.11.0, update `CHANGELOG.md` & `Example` (#143)
Show description for 40b1614authored
Commits on Nov 21, 2021
Fix recursion in `JSTypedArray` initializer (#142)
Show description for 9e2f414andauthored
Commits on Oct 3, 2021
Experimental global executor cooperating with JS event loop (#141)
Show description for b9a2573authored
Commits on Sep 10, 2021
Refactor JSClosure to leverage `FinalizationRegistry` (#128)
Show description for d987c3eandauthored
Commits on Jul 18, 2021
Gardening tests (#133)
Show description for 7f41fb4authored
Commits on Jan 6, 2021
Commits on Jan 4, 2021
- committed
Merge pull request #113 from swiftwasm/katei/update-jsclosure
Show description for 55a4bfaauthored
Commits on Jan 3, 2021
Commits on Jan 2, 2021
Apply suggestions from code review
Show description for e67b03eandauthoredMajor change on JSClosure
Show description for 4c9b876committed
Commits on Nov 27, 2020
Commits on Nov 6, 2020
Commits on Oct 22, 2020
- committed
Commits on Oct 13, 2020
Commits on Oct 2, 2020
Commits on Oct 1, 2020
Make `JSError` conform to `JSBridgedClass` (#86)
Show description for cb1aaf2authored
Commits on Sep 24, 2020
Add performance tests (#72)
Show description for d982413authoredAdd Prettier, reformat JS code (#69)
Show description for 76bbe70authoredAdd a generic `JSPromise` implementation (#62)
Show description for c52ea09authored
Commits on Sep 18, 2020
- authored
Implement JSString to reduce bridging overhead (#63)
Show description for 36a06c5authored
Commits on Sep 15, 2020
- committed
Add JSTimer implementation with tests (#46)
Show description for 0ac8b37authoredAdd JSError.stack, add Error conformance (#48)
Show description for 3220b3cauthored
Commits on Sep 14, 2020
Add JSDate implementation with tests (#45)
Show description for 36f6bdbauthored