-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wasix support #19
Comments
https://wasix.org/docs/api-reference/wasix/resolve |
@hitchhooker this looks like the opposite of what we are looking for, as it resolves a DNS hostname into IP addresses (similar to In addition, I'm not sure how to determine during the compile time that we are compiling for Wasix specifically, as there is no such compilation target in Rust. With all of it, it seems like there is nothing can be done to resolve this issue for now. |
cargo wasix build
The text was updated successfully, but these errors were encountered: