-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Use wasi crate for Core API #63676
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
Merged
Merged
Use wasi crate for Core API #63676
Changes from 22 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
6896ed3
use wasi crate
newpavlov 23cc850
return 0 from errno function
newpavlov cb52065
replace libc::nanosleep with wasi::poll_oneoff
newpavlov 75a553f
remove to_string
newpavlov 7a4f0ae
use wasi::get_args
newpavlov 52d2871
use wasi::get_environ
newpavlov 8394dbb
remove libc import
newpavlov 338fc7d
use non-zero clock id
newpavlov 7658a13
typo fix
newpavlov e5ba80a
use const
newpavlov c052376
fix
newpavlov 744442d
fix C incompatibilities
newpavlov 7daf890
Merge branch 'master' into wasi
newpavlov 4dee102
use new get_args
newpavlov 88fd945
update args
newpavlov a47e3c0
fixes
newpavlov 926f364
move cvt
newpavlov 3772146
Merge branch 'master' into wasi
newpavlov 6374b84
update to wasi v0.7
newpavlov 06acfb2
add wasi license to the licenses whitelist
newpavlov 127311b
whitelist wasi crate
newpavlov 9fd203a
simplify code
newpavlov 0662fcf
make wasi a target-specific dependency
newpavlov 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 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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.