hickory-dns / resolv-conf

The /etc/resolv.conf file parser in rust
Apache License 2.0
27 stars 25 forks source link

feat: `wasm-wasi` support. #32

Closed al8n closed 1 year ago

al8n commented 1 year ago

Hi, thanks for maintaining this crate. Would you like to add wasm-wasi support for this crate? If you agree, I can work on this. @tailhook

The main problem is this crate requires hostname, which does not support wasm-wasi.

tailhook commented 1 year ago

I think it should work in --no-default-features mode. "hostname" is under system feature gate.