Summary
Implement the Preview 3 draft wasi:clocks package against the current RC WIT definitions so wall-clock and monotonic-clock behavior is available to later packages.
Parent tracking issue: #70
Suggested implementation order: 7 / 14
References
Acceptance criteria
- The
wasi:clocks draft interfaces instantiate through the Preview 3 host binding scaffolding on native, web, and node backends.
- Node support is provided through JS interop host adapters rather than
node:wasi.
- Focused tests cover representative monotonic, wall-clock, and timezone flows against the RC WIT surface.
Summary
Implement the Preview 3 draft
wasi:clockspackage against the current RC WIT definitions so wall-clock and monotonic-clock behavior is available to later packages.Parent tracking issue: #70
Suggested implementation order: 7 / 14
References
Acceptance criteria
wasi:clocksdraft interfaces instantiate through the Preview 3 host binding scaffolding on native, web, and node backends.node:wasi.