Skip to content

Commit

Permalink
Merge pull request #4074 from wasmerio/fix-expose-filesystem-mapping
Browse files Browse the repository at this point in the history
fix(wasix): Expose FileSystemMapping struct
  • Loading branch information
syrusakbary authored Jul 11, 2023
2 parents d83c8fa + 9ec90d6 commit 85ca29a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/wasix/src/runtime/resolver/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ pub use self::{
filesystem_source::FileSystemSource,
in_memory_source::InMemorySource,
inputs::{
Command, Dependency, DistributionInfo, PackageInfo, PackageSpecifier, PackageSummary,
WebcHash,
Command, Dependency, DistributionInfo, FileSystemMapping, PackageInfo, PackageSpecifier,
PackageSummary, WebcHash,
},
multi_source::{MultiSource, MultiSourceStrategy},
outputs::{
Expand Down

0 comments on commit 85ca29a

Please sign in to comment.