WASI support - #11079
Merged
Merged
Conversation
QuantumSegfault
requested review from
CyberShadow,
MartinNowak,
PetarKirov,
burner,
jmdavis and
schveiguy
as code owners
August 5, 2026 16:29
Contributor
Author
Contributor
braces on newlines |
thewilsonator
approved these changes
Aug 6, 2026
Contributor
|
ping when this is green |
Member
|
Style check fails due to:
|
Contributor
Author
I saw (but thanks for the nice extract). Just didn't get to it yet. Just starting now. |
QuantumSegfault
force-pushed
the
wasi-upstream
branch
from
August 6, 2026 18:06
d224c92 to
a1ae532
Compare
Contributor
Author
|
The three external CI runs all pass. But all the GHA checks are stalling. |
Member
No rush. Didn’t mean to stress you, sorry. |
Member
Caused by the ongoing GitHub outage:
|
QuantumSegfault
force-pushed
the
wasi-upstream
branch
from
August 7, 2026 00:11
a1ae532 to
09aadbc
Compare
Contributor
Author
|
1 workflow awaiting approval |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rationale
Adds support for WASI (p1 & p2; wasi-libc) to Phobos. This builds on prior work done in DRuntime to support the same targets (largely using
wasi-libc's POSIX emulation).Pre-review checklist
masterPhobos may have added.