Files
wazero/internal/gojs
Crypt Keeper 4d90a5c364 platform: Allows sysfs to implement utimens natively (#1215)
platform: Allows sysfs to implement utimesns natively

This moves away from `syscall.UtimesNano` as it has intentionally
avoided common features in POSIX, such as handling UTIME_NOW and
UTIME_OMIT. When we eventually expose this API, users will be free to
override `UTIME_NOW` with a fake clock, possibly the same that was
supplied to wazero's `ModuleConfig`.

Signed-off-by: Adrian Cole <adrian@tetrate.io>
Co-authored-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
2023-03-09 13:14:09 +08:00
..
2023-01-28 19:11:37 +02:00
2023-01-28 12:51:44 +02:00
2023-01-10 14:11:46 +09:00
2023-01-28 12:51:44 +02:00
2023-02-26 06:47:10 +08:00
2023-02-26 06:47:10 +08:00
2023-01-28 12:51:44 +02:00
2023-01-28 19:11:37 +02:00