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

Support async/await and require Swift 5.5 #137

Closed
wants to merge 8 commits into from
Closed

Support async/await and require Swift 5.5 #137

wants to merge 8 commits into from

Commits on Jan 13, 2021

  1. Experimental async/await support (#112)

    * wip
    
    * Add sample
    
    * Remove prototype
    
    * Apply relative pointer patch for wasm
    
    * Update example code to test without capturing context
    
    * Remove prototype target
    
    * WIP
    
    * Update JSPromise interface
    
    * Add cxxLanguageStandard option
    
    * Strip unused headers
    
    * Update toolchain version
    
    * Exclude non-source files
    
    * Fix example project build
    
    * Update copy-header to download from remote source
    
    * Adopt JSPromise changes
    
    * Split Xcode support code
    
    * Add API documents
    
    * Adopt JSPromsie API change part2
    
    * Add linguist-vendored
    
    * Update README
    
    * Revert JSObject changes
    kateinoigakukun committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    d164af8 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Update .swift-version

    MaxDesiatov committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    af25bed View commit details
    Browse the repository at this point in the history
  2. Update Package.swift

    MaxDesiatov committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    1f67475 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96738fb View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    8a88a92 View commit details
    Browse the repository at this point in the history
  2. Update .swift-version

    MaxDesiatov committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    09f2343 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddaf718 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

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