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

fix(wasix): Expose FileSystemMapping struct #4074

Merged
merged 1 commit into from
Jul 11, 2023

Conversation

theduke
Copy link
Contributor

@theduke theduke commented Jul 11, 2023

The FileSystemMapping struct used in package resolution code is not
currently public, preventing users from implementing the Source trait
outside of this crate.

This was overlooked during the initial merge of this feature.

The FileSystemMapping struct used in package resolution code is not
currently public, preventing users from implementing the `Source` trait
outside of this crate.

This was overlooked during the initial merge of this feature.
@syrusakbary syrusakbary merged commit 85ca29a into master Jul 11, 2023
@syrusakbary syrusakbary deleted the fix-expose-filesystem-mapping branch July 11, 2023 17:28
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.

2 participants