Files
wasmtime/crates/wasi-common/cap-std-sync
Ingvar Stepanyan 873d3b50a0 Allow to disable clocks in WasiCtx (#6007)
Takes the approach described in #6004, but also creates a wrapper for the monotonic time that encapsulates the `creation_time` field as well, since they logically belong and are always used together.

This makes it easier to configure `WasiCtx` with custom clocks as well as disable them for security or determinism reasons.

Closes #6004.
2023-03-13 23:47:04 +00:00
..
2021-05-27 11:56:58 -07:00

WASI implementation in Rust, using cap-std.