Closed pchickey closed 1 year ago
All of the library code in host has been moved into wasi-common:
host
wasi-common
wasi-common::wasi
wasi-common::preview2
Aside from that, no functional changes!
Because the component runner and tests still requires taking a dep on wasi-cap-std-sync, host remains as a bin and tests.
wasi-cap-std-sync
All of the library code in
host
has been moved intowasi-common
:wasi-common::wasi
wasi-common::preview2
, mirroringAside from that, no functional changes!
Because the component runner and tests still requires taking a dep on
wasi-cap-std-sync
,host
remains as a bin and tests.