mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 16:20:49 +00:00
Merge branch 'master' into feature/extending-wasi-plugin-example
This commit is contained in:
commit
7e38664fce
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user