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:
Marcin Mielniczuk
2019-11-06 17:02:58 +01:00
committed by Jakub Konka
parent 3757b8b1c2
commit 22494057df
4 changed files with 71 additions and 1 deletions

View File

@@ -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 = "." }