Skip to content

Commit

Permalink
Test with wasmerio/pirita#62
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Nov 21, 2022
1 parent 867ae14 commit 656ddd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 1 addition & 11 deletions crates/cli/src/pirita.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,7 @@ fn webc_from_tarball(path: &Path) -> Result<Vec<u8>, Error> {
files,
&PathBuf::new(),
None,
&TransformManifestFunctions {
get_atoms_wapm_toml: wapm_toml::get_wapm_atom_file_paths,
get_dependencies: wapm_toml::get_dependencies,
get_package_annotations: wapm_toml::get_package_annotations,
get_modules: wapm_toml::get_modules,
get_commands: wapm_toml::get_commands,
get_manifest_file_names: wapm_toml::get_manifest_file_names,
get_metadata_paths: wapm_toml::get_metadata_paths,
get_bindings: wapm_toml::get_bindings,
get_wapm_manifest_file_name: wapm_toml::get_wapm_manifest_file_name,
},
&TransformManifestFunctions::default(),
)
}

Expand Down

0 comments on commit 656ddd4

Please sign in to comment.