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

tweaks to enable NativeAOT-LLVM on Linux with WASI-SDK 22 #2592

Merged
merged 2 commits into from
Jun 4, 2024

Commits on May 31, 2024

  1. tweaks to enable NativeAOT-LLVM on Linux with WASI-SDK 22

    Some of these changes are borrowed from
    dotnet#2569.
    
    Note that I had to manually copy pthread.h from the
    wasi-sdk-22/share/wasi-sysroot/include/wasm32-wasi-threads directory to the
    wasi-sdk-22/share/wasi-sysroot/include/wasm32-wasi directory as a workaround
    until WebAssembly/wasi-libc#501 is addressed.
    
    Signed-off-by: Joel Dice <joel.dice@fermyon.com>
    dicej committed May 31, 2024
    Configuration menu
    Copy the full SHA
    df0f98d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Restrict WASI SDK version check to WASI target

    Co-authored-by: yowl <scott.waye@hubse.com>
    dicej and yowl committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    b7e0f94 View commit details
    Browse the repository at this point in the history