Skip to content

swift-wasm-DEVELOPMENT-SNAPSHOT-2023-6-25-a

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jun 19:17
· 26 commits to swiftwasm-distribution since this release
[Concurrency] Fix signature mismatch of _startTaskOnMainActor

The function is defined in Task.cpp with a void return type, but
referenced in Task.swift with an pointer return type.