wasi-common: export StringArray type (#6244)

reusable elsewhere: @mtr is gonna use it in wasi-nn.
This commit is contained in:
Pat Hickey
2023-04-19 13:13:25 -07:00
committed by GitHub
parent b23691032b
commit 8e76ec82be

View File

@@ -69,5 +69,5 @@ pub use dir::WasiDir;
pub use error::{Error, ErrorExt, I32Exit};
pub use file::WasiFile;
pub use sched::{Poll, WasiSched};
pub use string_array::StringArrayError;
pub use string_array::{StringArray, StringArrayError};
pub use table::Table;