Skip to content

Decoupling wasi-sysroot and LLVM? #78

Description

@jedisct1

Right now, wasi-sdk ships a single big package that includes both wasi-sysroot, and a copy of LLVM.

However, systems can already have a recent version of LLVM installed.

On MacOS, for example, the LLVM code included in wasi-sdk is useless as it will only run on Linux. But homebrew can seamlessly install the latest LLVM version. Most recent Linux and BSD distributions also include LLVM 8 or LLVM 9 packages that can compile to WebAssembly.

As CraneStation/wasi-libc doesn't ship any precompiled releases any more, would it make sense to split wasi-sdk in two, one package with LLVM for Linux, another package with only wasi-sysroot?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions