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

Hide host-fs and only expose scoped fs #4729

Closed
wants to merge 1 commit into from
Closed

Conversation

maminrayej
Copy link
Contributor

This PR hides the host-fs from the public API and makes it accessible via the ScopedDirectoryFileSystem.

Resolves #4723.

@maminrayej maminrayej requested a review from syrusakbary as a code owner May 22, 2024 00:05
@syrusakbary
Copy link
Member

This doesn't resolve #4723 fully, we need to replace the ScopedFilesystem with the HostFs implementation from the virtual-fs refactor

@@ -39,12 +39,17 @@ pub struct wasi_config_t {
#[no_mangle]
pub unsafe extern "C" fn wasi_config_new(
program_name: *const c_char,
mount_dir: *const c_char,
Copy link
Member

Choose a reason for hiding this comment

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

Undo this

@maminrayej
Copy link
Contributor Author

Closing in favor of #4824.

@maminrayej maminrayej closed this Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Merge host_fs::FileSystem and ScopedDirectoryFileSystem
2 participants