Running a p2p network on Browser using WASM

Hi, I am trying to run a p2p network using mdns discovery on the browser by compiling into wasm. However, I ran into an issue where the host.Addrs() is returning an empty list on the browser but works fine as a standalone. I get no errors on the browser so not sure what the problem is?