wasi-common: move implementation of args, env methods into StringArrayWriter

This commit is contained in:
Pat Hickey
2020-08-24 16:38:40 -07:00
parent 6213a05c85
commit 51d88f7899
4 changed files with 70 additions and 40 deletions

View File

@@ -32,6 +32,7 @@ mod path;
mod poll;
mod sandboxed_tty_writer;
pub mod snapshots;
mod string_array_writer;
mod sys;
pub mod virtfs;
pub mod wasi;