uname() returns an object not a string as documented #913
Labels
api
An issue, task, or discussion related to public runtime APIs
javascript
An issue, discussion, or task related to the runtime javascript
According the docs, uname() returns a string, but it actually returns an object.
What OS are you using (
uname -a
, or Windows version)?What version Socket Runtime are you using?
What programming language are you using (C/C++/Go/Rust)?
What did you expect to see and what you saw instead?
I would expect the docs/types to match the returned value type
The text was updated successfully, but these errors were encountered: