Add clock_gettime() to RawPOSIX #86
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
RawPOSIX
RawPOSIX related issue
Currently we can't add timers into wasm executables since we don't implement the clock_gettime() syscall. Previously this was just implemented in NaCl but we should shift this to RawPOSIX.
The text was updated successfully, but these errors were encountered: