Merge branch 'master' into feature/extending-wasi-plugin-example

This commit is contained in:
Mackenzie Clark 2019-04-29 08:30:43 -07:00 committed by GitHub
commit 7e38664fce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "wapm-cli"]
path = wapm-cli
url = git@github.com:wasmerio/wapm-cli.git
url = https://github.com/wasmerio/wapm-cli.git

View File

@ -189,7 +189,7 @@ impl WasiFs {
inode_counter: Cell::new(1000),
};
for dir in preopened_dirs {
debug!("Attempting to preopen {}", &file);
debug!("Attempting to preopen {}", &dir);
// TODO: think about this
let default_rights = 0x1FFFFFFF; // all rights
let cur_dir = PathBuf::from(dir);