Skip to content

wasi-sdk-20+threads sysroot does not include libc++/libc++abi #310

@m4c0

Description

@m4c0

Hi! I downloaded the wasi-sdk-20+threads pre-release sysroot file and it does not contain libc++.a or libc++abi.a in its subfolder:

$ tar ztf wasi-sysroot-20.0.threads.tar.gz | grep libc++
wasi-sysroot/lib/wasm32-wasi/libc++experimental.a
wasi-sysroot/lib/wasm32-wasi/libc++abi.a
wasi-sysroot/lib/wasm32-wasi/libc++.a

By comparison, this is the result for libc:

$ tar ztf wasi-sysroot-20.0.threads.tar.gz | grep libc.a
wasi-sysroot/lib/wasm32-wasi-threads/libc.a
wasi-sysroot/lib/wasm32-wasi/libc.a

Is this intentional? If so, should we expect C++ support eventually?

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