Skip to content

Commit

Permalink
Update stub wasi generate import object fn
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark McCaskey committed Oct 2, 2019
1 parent 5185f12 commit cbdfd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/wasmer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ mod wasmer_wasi {
pub fn generate_import_object(
_args: Vec<Vec<u8>>,
_envs: Vec<Vec<u8>>,
_preopened_files: Vec<String>,
_preopened_files: Vec<std::path::Pathbuf>,
_mapped_dirs: Vec<(String, std::path::PathBuf)>,
) -> ImportObject {
unimplemented!()
Expand Down

0 comments on commit cbdfd87

Please sign in to comment.