Start to update the wasi crate in wasi tests (#675)
* Move `wasi` to `wasi_old` in wasi-tests Leave space for the new `wasi` crate but allow us to incrementally update tests. * Update the big_random_buf test * Update clock_time_get test * Update close_preopen test * Review comments * Update to latest Wasmtime API
This commit is contained in:
committed by
Jakub Konka
parent
51f880f625
commit
e13fabb276
@@ -8,7 +8,8 @@ publish = false
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2.65"
|
||||
wasi = "0.7.0"
|
||||
wasi = "0.9.0"
|
||||
wasi-old = { version = "0.7.0", package = "wasi" }
|
||||
more-asserts = "0.2.1"
|
||||
|
||||
# This crate is built with the wasm32-wasi target, so it's separate
|
||||
|
||||
Reference in New Issue
Block a user