restructure StringArrayWriter trait into StringArray struct

This commit is contained in:
Pat Hickey
2020-09-02 14:11:32 -07:00
parent b63e974014
commit 39f1c9716c
5 changed files with 111 additions and 91 deletions

View File

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