I’m very new in ReasonML and BuckleScript and also OCaml.
When I run a script which contains
require('bs-platform/lib/js/unix.js')
The runtime emits Error: unix_inet_addr_of_string not implemented by BuckleScript yet while the ReasonML and BuckleScript API docs are mentioning that there is a standard OCaml library which also has Unix module without any notes.
What is the current status of the Unix module from BuckleScript? Do you use Node module instead in general?