You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you are most probably already aware, there is also a library called nix which provides bindings to libc calls but with better type information. It is a very popular library and one of my projects transitively depend on it because webrtc-rs depends on nix. Is this API-compatible with nix? Are there any WASIX-friendly alternatives or ports of nix?
Thank you.
The text was updated successfully, but these errors were encountered:
There isn't anything like nix though.
Also of note is that WASIX is currently built on top of WASI v1, which looks quite diferent from the regular Linux ABI, so a largely compatible mapping would be a big challenge.
As you are most probably already aware, there is also a library called
nix
which provides bindings tolibc
calls but with better type information. It is a very popular library and one of my projects transitively depend on it becausewebrtc-rs
depends onnix
. Is this API-compatible withnix
? Are there any WASIX-friendly alternatives or ports ofnix
?Thank you.
The text was updated successfully, but these errors were encountered: