swift-wasm-DEVELOPMENT-SNAPSHOT-2023-6-25-a
Pre-release
Pre-release
·
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.