jacobstanley/network-info

Will not compile to wasm

danwdart opened this issue · 0 comments

Requiring a package that requires this on wasm target produces:

cbits/network-unix.c:16:16: error:
     fatal error: 'net/if_dl.h' file not found
   |
16 | #      include <net/if_dl.h>
   |                ^
#      include <net/if_dl.h>

Presumably because wasm doesn't expose __GNU__?