Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

WIP: [Swift+WASM] patches to support compiling Swift to WebAssembly #316

Draft
wants to merge 4 commits into
base: stable
Choose a base branch
from

Commits on Oct 13, 2019

  1. WebAssembly: allow swiftcall attribute

    This removes the warning when attempting to compile a swiftcall function.
    
    I'm not sure why https://reviews.llvm.org/D19414 didn't add this...
    zhuowei authored and MaxDesiatov committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    c78bf87 View commit details
    Browse the repository at this point in the history
  2. hack: define __EMSCRIPTEN__ when compiling to wasm

    Too lazy to backport the Emscripten target to this version of LLVM
    zhuowei authored and MaxDesiatov committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    44c0dde View commit details
    Browse the repository at this point in the history
  3. Switch to a WASI define

    zhuowei authored and MaxDesiatov committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    bfaa96e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8676838 View commit details
    Browse the repository at this point in the history