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

apply base path update to wasi::path_filestat_get #446

Merged
merged 1 commit into from
May 15, 2019

Conversation

MarkMcCaskey
Copy link
Contributor

@MarkMcCaskey MarkMcCaskey commented May 15, 2019

resolves #434 (again)

causes path_filestat_get to start at the base path calculated from the fd passed in. This technique was applied to path_open but didn't make it to path_filestat_get, this fixes that

@MarkMcCaskey MarkMcCaskey added the 📦 lib-wasi About wasmer-wasi label May 15, 2019
@MarkMcCaskey MarkMcCaskey requested a review from syrusakbary May 15, 2019 17:26
@MarkMcCaskey
Copy link
Contributor Author

bors r+

bors bot added a commit that referenced this pull request May 15, 2019
446: apply base path update to wasi::path_filestat_get r=MarkMcCaskey a=MarkMcCaskey

resolves #434 (again)

causes `path_filestat_get` to start at the base path calculated from the fd passed in.  This technique was applied to `path_open` but didn't make it to `path_filestat_get`, this fixes that

Co-authored-by: Mark McCaskey <mark@wasmer.io>
@bors
Copy link
Contributor

bors bot commented May 15, 2019

Build failed

@MarkMcCaskey
Copy link
Contributor Author

bors retry

bors bot added a commit that referenced this pull request May 15, 2019
446: apply base path update to wasi::path_filestat_get r=MarkMcCaskey a=MarkMcCaskey

resolves #434 (again)

causes `path_filestat_get` to start at the base path calculated from the fd passed in.  This technique was applied to `path_open` but didn't make it to `path_filestat_get`, this fixes that

Co-authored-by: Mark McCaskey <mark@wasmer.io>
@bors
Copy link
Contributor

bors bot commented May 15, 2019

@bors bors bot merged commit ace7a19 into master May 15, 2019
@bors bors bot deleted the fix/wasi_path_filestat_get branch May 15, 2019 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 lib-wasi About wasmer-wasi
Projects
None yet
Development

Successfully merging this pull request may close these issues.

__wasi_path_open incompatible with wasmtime
2 participants