-
-
Notifications
You must be signed in to change notification settings - Fork 51
Comparing changes
Open a pull request
base repository: swiftwasm/JavaScriptKit
base: 0.27.0
head repository: swiftwasm/JavaScriptKit
compare: main
- 10 commits
- 38 files changed
- 2 contributors
Commits on Apr 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4a27285 - Browse repository at this point
Copy the full SHA 4a27285View commit details -
Merge pull request #341 from swiftwasm/yt/wasm-injection
PackageToJS: Add WebAssembly namespace option to instantiate
Configuration menu - View commit details
-
Copy full SHA for 0f1fdd1 - Browse repository at this point
Copy the full SHA 0f1fdd1View commit details
Commits on Apr 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 539fd44 - Browse repository at this point
Copy the full SHA 539fd44View commit details -
Merge pull request #343 from swiftwasm/katei/refactor-benchmarks
Build benchmarks with PackageToJS
Configuration menu - View commit details
-
Copy full SHA for b75e03a - Browse repository at this point
Copy the full SHA b75e03aView commit details -
Remove UMD build of JS runtime library
We always use ESM, so we don't need to generate UMD runtime.js anymore.
Configuration menu - View commit details
-
Copy full SHA for 7e7aa80 - Browse repository at this point
Copy the full SHA 7e7aa80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62427ba - Browse repository at this point
Copy the full SHA 62427baView commit details -
Merge pull request #342 from swiftwasm/katei/remove-runtime-umd
Remove UMD build of JS runtime library
Configuration menu - View commit details
-
Copy full SHA for cacbd52 - Browse repository at this point
Copy the full SHA cacbd52View commit details
Commits on Apr 16, 2025
-
Fix some Embedded Swift issues in JavaScriptEventLoop
This change fixes some of the issues that appear when building this library with Embedded Swift. It adds missing concurrency imports and avoids use of throwing tasks that are not supported in Embedded Swift. Standard Swift's `Result` type is used instead to express error throwing.
Configuration menu - View commit details
-
Copy full SHA for 2b5f674 - Browse repository at this point
Copy the full SHA 2b5f674View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86e2095 - Browse repository at this point
Copy the full SHA 86e2095View commit details -
Merge pull request #344 from swiftwasm/maxd/embedded-concurrency1
Fix some Embedded Swift issues in `JavaScriptEventLoop`
Configuration menu - View commit details
-
Copy full SHA for d3b26d3 - Browse repository at this point
Copy the full SHA d3b26d3View 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.27.0...main