Try to somehow implement clock_res_get on Windows. (#124)
* Implement clock_time_get on Windows. Also update misc_testsuite to include latest clock_time_get test changes. * Try to somehow implement clock_res_get on Windows. * Fix 55ms * Cache the perf counter resolution * Fix integration tests
This commit is contained in:
committed by
Jakub Konka
parent
3757b8b1c2
commit
22494057df
@@ -50,6 +50,9 @@ cranelift-codegen = "0.46.1"
|
||||
target-lexicon = "0.8.1"
|
||||
pretty_env_logger = "0.3.0"
|
||||
tempfile = "3.1.0"
|
||||
# this is just a temp fix to make the tests build and run; I hope this to be
|
||||
# completely removed when we merge `wasi-common` into `wasmtime`
|
||||
faerie = "=0.11.0"
|
||||
|
||||
[patch."https://github.com/CraneStation/wasi-common"]
|
||||
wasi-common = { path = "." }
|
||||
|
||||
Reference in New Issue
Block a user