Closed al8n closed 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
wasm-wasi
The main problem is this crate requires hostname, which does not support wasm-wasi.
hostname
I think it should work in --no-default-features mode. "hostname" is under system feature gate.
--no-default-features
system
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. @tailhookThe main problem is this crate requires
hostname
, which does not supportwasm-wasi
.