Skip to content

Commit

Permalink
feat(wasix): Expose the builtin package loder module
Browse files Browse the repository at this point in the history
Required for upstream use.
  • Loading branch information
theduke committed Aug 1, 2024
1 parent f55ac06 commit ecfb803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wasix/src/runtime/package_loader/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mod builtin_loader;
pub mod builtin_loader;
mod load_package_tree;
mod types;
mod unsupported;
Expand Down

0 comments on commit ecfb803

Please sign in to comment.