Skip to content

Tags: swiftwasm/JavaScriptKit

Tags

0.34.0

Toggle 0.34.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #419 from tayloraswift/enable-swiftsyntax-601

0.33.1

Toggle 0.33.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #369 from swiftwasm/yt/embedded-fix

Embedded: Swift SDK now passes the `-Xcc -D__EMBEDDED_SWIFT__`

0.33.0

Toggle 0.33.0's commit message

Verified

This commit was signed with the committer’s verified signature.
kateinoigakukun Yuta Saito
Update swift-format version on GitHub Actions

0.32.1

Toggle 0.32.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #384 from swiftwasm/yt/inherit-isolation-from-context

Inherit isolation from the closure definition context

0.32.0

Toggle 0.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #383 from swiftwasm/yt/add-async-closure-executor-…

…pref

Add JSClosure APIs to support specifying TaskExecutor and TaskPriority

0.31.2

Toggle 0.31.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #381 from swiftwasm/yt/fix-sab-check-on-android

 Check if the memory is backed by a SAB by checking the constructor name

0.31.1

Toggle 0.31.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #379 from swiftwasm/yt/fix-shared-memory-slice

Slice a bytes array when the underlying memory is shared

0.31.0

Toggle 0.31.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #378 from swiftwasm/yt/add-foundation-compat

Add `JavaScriptFoundationCompat` module to provide utilities to interact Foundation types

0.30.0

Toggle 0.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #376 from swiftwasm/pr-01a4359f450a43ed54d0c1c321c…

…8628af91b3bf0

BridgeJS: Add more smoke tests for throwing functions

0.29.1

Toggle 0.29.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #362 from swiftwasm/yt/extend-instantiation-hooks

PackageToJS: Extend instantiation hooks to allow instance instrumentation