-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Sync wasi-filesystem with wit definitions in standards repo #6791
Merged
Merged
Changes from 17 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
8665160
filesystem.wit: upstream main + pch/blocking_is_a_stream_concern + pc…
ebdd350
copy in preopens.wit and world.wit from wasi-filesystem repo, and del…
707e3fc
other wits: fix names of filesystem/{types, preopens}
5b77f4d
fix bindgen invocations and import paths for filesystem changes
db023d4
component adapter: fix bindings paths for preopens and filesystem
bd92000
wip
b136f7f
wippp
b7aff46
fill in a reasonable-ish metadata hash impl
0c4af0c
preview 1 adapter: we need async in the dir entries, so collect the w…
ee811c0
component adapter: use metadata hash to fake ino
8a179a9
wasi-tests: fix warnings
d66f545
reactor-tests: fix filesystem paths
67f0359
only create a BuildHasher impl once
4e9599e
consistiency
b5144e9
component adapter: use descriptor to call filesystem funcs, not the fd
a91561b
reactor test: fix filesystem types paths
64588fc
Merge remote-tracking branch 'origin/main' into pch/sync_wasi_filesys…
cb34e7e
Merge remote-tracking branch 'origin/main' into pch/sync_wasi_filesys…
5cc751b
metadata hash: use DefaultHasher
d7f1a78
Merge remote-tracking branch 'origin/main' into pch/sync_wasi_filesys…
7d55030
fix missed trappable-error-type merge conflicts
9ae2212
preview1-in-preview2: dont use to_le in Filestat assignment of ino
54a1607
debugging: forward stdio for fd_readdir test so we can figure out CI …
9899228
Don't convert filestat ino to little-endian, as it's not written to m…
elliottt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These will need to be updated after #6795 merges.