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

[WASI] bump WASI SDK 24 #105317

Merged
merged 6 commits into from
Aug 5, 2024
Merged

[WASI] bump WASI SDK 24 #105317

merged 6 commits into from
Aug 5, 2024

Conversation

pavelsavara
Copy link
Member

@pavelsavara pavelsavara commented Jul 23, 2024

  • bump to WASI SDK 24
    • renamed check for VERSION22PATCHED to VERSION24
  • bump wasmtime to 23.0.1
  • generated proxies for WASI v0.2.1
    • use wit-bindgen 0.29

Contributes to #104773
Contributes to #105290

@pavelsavara pavelsavara added arch-wasm WebAssembly architecture area-Build-mono os-wasi Related to WASI variant of arch-wasm labels Jul 23, 2024
@pavelsavara pavelsavara added this to the 9.0.0 milestone Jul 23, 2024
@pavelsavara pavelsavara self-assigned this Jul 23, 2024
Copy link
Contributor

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

@pavelsavara
Copy link
Member Author

cc @dicej

eng/native/gen-buildsys.cmd Outdated Show resolved Hide resolved
eng/native/gen-buildsys.sh Outdated Show resolved Hide resolved
src/mono/mono.proj Outdated Show resolved Hide resolved
src/native/libs/build-native.sh Outdated Show resolved Hide resolved
- bump to WASI SDK 24
- bump to wits 0.2.1
- regenerate proxies
@pavelsavara pavelsavara changed the title [WASI] bump WASI SDK 23 [WASI] bump WASI SDK 24 Aug 5, 2024
pavelsavara and others added 5 commits August 5, 2024 14:37
Co-authored-by: Joel Dice <joel.dice@fermyon.com>
Co-authored-by: Joel Dice <joel.dice@fermyon.com>
Co-authored-by: Joel Dice <joel.dice@fermyon.com>
Co-authored-by: Joel Dice <joel.dice@fermyon.com>
@pavelsavara pavelsavara marked this pull request as ready for review August 5, 2024 15:06
@pavelsavara pavelsavara requested a review from dicej August 5, 2024 15:06
@pavelsavara pavelsavara merged commit ab03e0f into dotnet:main Aug 5, 2024
154 of 160 checks passed
@pavelsavara pavelsavara deleted the wasi_sdk_23 branch August 5, 2024 15:33
@@ -368,8 +347,8 @@ JS_ENGINES = [NODE_JS]
Condition="'$(ActualWasiSdkVersion)' != '$(ExpectedWasiSdkVersion)'" />

<!-- LLVM in WASI SDK 22 will call wasm-opt when found on the PATH. But it will fail because wasm-opt can't read the WASM components.
After we upgrade to WASI SDK 23, we could use no-wasm-opt LLVM option to avoid this issue.
See https://github.com/llvm/llvm-project/pull/95208#issuecomment-2220400454
After we upgrade to WASI SDK 23.x, we could use no-wasm-opt LLVM option to avoid this issue.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this comment still relevant?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe that it will land with LLVM 19, we are still on LLVM 18.
I will update the comment in another PR and I updated #104773

@github-actions github-actions bot locked and limited conversation to collaborators Sep 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-Build-mono os-wasi Related to WASI variant of arch-wasm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants