File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ pub use core::time::Duration;
76
76
/// [QueryPerformanceCounter]: https://docs.microsoft.com/en-us/windows/win32/api/profileapi/nf-profileapi-queryperformancecounter
77
77
/// [`insecure_time` usercall]: https://edp.fortanix.com/docs/api/fortanix_sgx_abi/struct.Usercalls.html#method.insecure_time
78
78
/// [timekeeping in SGX]: https://edp.fortanix.com/docs/concepts/rust-std/#codestdtimecode
79
- /// [__wasi_clock_time_get (Monotonic Clock)]: https://github.com/CraneStation/wasmtime /blob/master/docs/WASI-api .md#clock_time_get
79
+ /// [__wasi_clock_time_get (Monotonic Clock)]: https://github.com/WebAssembly/WASI /blob/master/phases/snapshot/docs .md#clock_time_get
80
80
/// [clock_gettime (Monotonic Clock)]: https://linux.die.net/man/3/clock_gettime
81
81
/// [mach_absolute_time]: https://developer.apple.com/library/archive/documentation/Darwin/Conceptual/KernelProgramming/services/services.html
82
82
/// [clock_time_get (Monotonic Clock)]: https://nuxi.nl/cloudabi/#clock_time_get
@@ -157,7 +157,7 @@ pub struct Instant(time::Instant);
157
157
/// [timekeeping in SGX]: https://edp.fortanix.com/docs/concepts/rust-std/#codestdtimecode
158
158
/// [gettimeofday]: http://man7.org/linux/man-pages/man2/gettimeofday.2.html
159
159
/// [clock_gettime (Realtime Clock)]: https://linux.die.net/man/3/clock_gettime
160
- /// [__wasi_clock_time_get (Realtime Clock)]: https://github.com/CraneStation/wasmtime /blob/master/docs/WASI-api .md#clock_time_get
160
+ /// [__wasi_clock_time_get (Realtime Clock)]: https://github.com/WebAssembly/WASI /blob/master/phases/snapshot/docs .md#clock_time_get
161
161
/// [GetSystemTimeAsFileTime]: https://docs.microsoft.com/en-us/windows/win32/api/sysinfoapi/nf-sysinfoapi-getsystemtimeasfiletime
162
162
///
163
163
/// **Disclaimer:** These system calls might change over time.
You can’t perform that action at this time.
0 commit comments