mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-19 11:51:22 +00:00
Add serialization for WASI state - wip
This commit is contained in:
@ -49,8 +49,8 @@ pub fn generate_import_object(
|
||||
|
||||
let state = Box::new(WasiState {
|
||||
fs: WasiFs::new(&preopened_files, &mapped_dirs).unwrap(),
|
||||
args: &args[..],
|
||||
envs: &envs[..],
|
||||
args,
|
||||
envs,
|
||||
});
|
||||
|
||||
(
|
||||
|
Reference in New Issue
Block a user