Skip to content

Tags: swiftwasm/JavaScriptKit

Tags

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

0.29.0

Toggle 0.29.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #357 from swiftwasm/yt/task-executor-dedicated

Add `TaskExecutor` conformance to `WebWorkerDedicatedExecutor`

0.28.0

Toggle 0.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #349 from swiftwasm/yt/capture-error-message

Capture error message at JSException construction

0.27.0

Toggle 0.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #340 from swiftwasm/yt/expose-unsafe-yield-by-prop…

…erty

Expose UnsafeEventLoopYield by property