-
-
Notifications
You must be signed in to change notification settings - Fork 74
Comparing changes
Open a pull request
base repository: swiftwasm/JavaScriptKit
base: 0.16.0
head repository: swiftwasm/JavaScriptKit
compare: 0.17.0
- 16 commits
- 18 files changed
- 3 contributors
Commits on Aug 29, 2022
-
Bump @actions/core from 1.2.6 to 1.9.1 in /ci/perf-tester (#209)
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.9.1. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 449c041 - Browse repository at this point
Copy the full SHA 449c041View commit details
Commits on Sep 20, 2022
-
Remove baseline tests (e.g. “Call JavaScript function directly”) from…
… comparison (#211) * Remove baseline tests (e.g. “Call JavaScript function directly”) from comparison * )
Configuration menu - View commit details
-
Copy full SHA for 73cdff2 - Browse repository at this point
Copy the full SHA 73cdff2View commit details
Commits on Sep 27, 2022
-
Add 5.7 toolchain matrix (#210)
* Add 5.7 toolchain matrix * Reduce 5.5 toolchain matrix entries * Use stable version
Configuration menu - View commit details
-
Copy full SHA for e9422fe - Browse repository at this point
Copy the full SHA e9422feView commit details
Commits on Sep 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f72b207 - Browse repository at this point
Copy the full SHA f72b207View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fea6e5 - Browse repository at this point
Copy the full SHA 6fea6e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d82c70f - Browse repository at this point
Copy the full SHA d82c70fView commit details -
Add arg0 to wasi arguments because XCTest reads process arguments
and it expects at least having one argument
Configuration menu - View commit details
-
Copy full SHA for eb9d9f2 - Browse repository at this point
Copy the full SHA eb9d9f2View commit details -
Exit process when proc_exit is called on Node.js WASI
because Node.js's WASI implementatin does't supprot proc_exit in async reactor model. See https://github.com/nodejs/node/blob/2a4452a53af65a13db4efae474162a7dcfd38dd5/lib/wasi.js#L121
Configuration menu - View commit details
-
Copy full SHA for 28bb7f2 - Browse repository at this point
Copy the full SHA 28bb7f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08c36d2 - Browse repository at this point
Copy the full SHA 08c36d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c39b24 - Browse repository at this point
Copy the full SHA 0c39b24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e94df2 - Browse repository at this point
Copy the full SHA 3e94df2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b34c15f - Browse repository at this point
Copy the full SHA b34c15fView commit details -
Merge pull request #213 from swiftwasm/katei/add-jsel-test-support
Add JavaScriptEventLoopTestSupport module to install executor
Configuration menu - View commit details
-
Copy full SHA for a549f58 - Browse repository at this point
Copy the full SHA a549f58View commit details
Commits on Oct 3, 2022
-
Expose JavaScriptEventLoop.queueMicrotask and .setTimeout
This allows users to have more flexibility to customize. For example, this allows inserting operations before/after single job execution loop. e.g. It's useful to enable React batch rendering per job execution loop by `ReactDOM.unstable_batchedUpdates`. ```swift let original = JavaScriptEventLoop.shared.queueMicrotask JavaScriptEventLoop.shared.queueMicrotask = (job) => { ReactDOM.unstable_batchedUpdates(() => { original(job) }) } ```Configuration menu - View commit details
-
Copy full SHA for d0f49ad - Browse repository at this point
Copy the full SHA d0f49adView commit details -
Merge pull request #214 from swiftwasm/katei/expose-hook-points
Expose `JavaScriptEventLoop.queueMicrotask` and `.setTimeout`
Configuration menu - View commit details
-
Copy full SHA for 320282f - Browse repository at this point
Copy the full SHA 320282fView commit details -
Configuration menu - View commit details
-
Copy full SHA for dac9d7b - Browse repository at this point
Copy the full SHA dac9d7bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.16.0...0.17.0