Skip to content
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

WASI Support #97

Open
ainaracatgirl opened this issue Feb 11, 2023 · 0 comments
Open

WASI Support #97

ainaracatgirl opened this issue Feb 11, 2023 · 0 comments

Comments

@ainaracatgirl
Copy link

Hi! I'm working on a Web Assembly Systems Interface (WASI) Operating System for the browser and would like to know if it is possible to add support to afetch. I chose afetch because, of all the fetch programs I found, it is the simplest.

There are currently no special files that identify the system (though I will probably add /etc/os-release) but it can be identified through uname.

/ # uname -a
wasi (none) 0.0.0 0.0.0 wasm32
/ # uname -s
wasi

It would be really cool to see nice ASCII art for WebAssembly in afetch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant