-
-
Notifications
You must be signed in to change notification settings - Fork 57
Pull requests: swiftwasm/JavaScriptKit
Pull requests list
BridgeJS: Change
@JS init to generate static init() methods instead of constructor in JS
#409
by kateinoigakukun
was merged Aug 15, 2025
Loading...
BridgeJS: Add CI job to check BridgeJS generated files are up-to-date
#408
by kateinoigakukun
was merged Aug 15, 2025
Loading...
BridgeJS: Improve Xcode editing experience by removing symlinks
#407
by kateinoigakukun
was merged Aug 15, 2025
Loading...
Bump actions/checkout from 4 to 5
dependencies
Pull requests that update a dependency file
github_actions
Pull requests that update GitHub Actions code
#403
by dependabot
bot
was merged Aug 12, 2025
Loading...
Fix PackageToJS plugin wasm-opt fallback when output file exists
#401
by kateinoigakukun
was merged Aug 9, 2025
Loading...
Add memory stress tests for JSObject and JSClosure
#399
by kateinoigakukun
was closed Aug 13, 2025
Loading...
Fix wrong deallocation management for JSClosure with FinalizationRegistry
#393
by kateinoigakukun
was merged Aug 4, 2025
Loading...
PackageToJS: Use non-class type for SwiftRuntime in instantiate.d.ts
#391
by kateinoigakukun
was merged Jul 25, 2025
Loading...
BridgeJS: Add
throws(JSException) to imported methods
#390
by kateinoigakukun
was merged Jul 23, 2025
Loading...
BridgeJS: Move intrinsic declarations to JavaScriptKit under SPI
#389
by kateinoigakukun
was merged Jul 23, 2025
Loading...
PackageToJS: Fix missing Extern detection for Swift 6.2+
#387
by kateinoigakukun
was merged Jul 22, 2025
Loading...
BridgeJS: Prefix generated files with "BridgeJS."
#386
by kateinoigakukun
was merged Jul 22, 2025
Loading...
Inherit isolation from the closure definition context
#384
by kateinoigakukun
was merged Jul 21, 2025
Loading...
Add JSClosure APIs to support specifying TaskExecutor and TaskPriority
#383
by kateinoigakukun
was merged Jul 21, 2025
Loading...
[WebWorkerTaskExecutor] Eliminate trace message string allocations
#382
by kateinoigakukun
was merged Jul 7, 2025
Loading...
Check if the memory is backed by a SAB by checking the constructor name
#381
by kateinoigakukun
was merged Jul 3, 2025
Loading...
Slice a bytes array when the underlying memory is shared
#379
by kateinoigakukun
was merged Jun 27, 2025
Loading...
Add
JavaScriptFoundationCompat module to provide utilities to interact Foundation types
#378
by kateinoigakukun
was merged Jun 27, 2025
Loading...
BridgeJS: Gate @_extern/@expose usage behind
arch(wasm32)
#377
by kateinoigakukun
was merged Jun 20, 2025
Loading...
ProTip!
Filter pull requests by the default branch with base:main.