Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly import CoreFoundation #413

Merged
merged 2 commits into from
Jun 30, 2021
Merged

Commits on Jun 21, 2021

  1. Explicitly import CoreFoundation

    This allows TokamakDemo to be built with [latest SwiftWasm 5.4 toolchain](https://github.com/swiftwasm/swift/releases/tag/swift-wasm-5.4-SNAPSHOT-2021-06-17-a) in **debug mode** (compiler still crashes when building for release).
    
    BTW this import could be anywhere in the target, couldn't find a file that felt natural to include it in.
    yonihemi committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    0bd6d72 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Configuration menu
    Copy the full SHA
    9980adb View commit details
    Browse the repository at this point in the history