Skip to content

Is WASI support any UI api? #346

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

Closed
yylittlefish opened this issue Oct 26, 2020 · 1 comment
Closed

Is WASI support any UI api? #346

yylittlefish opened this issue Oct 26, 2020 · 1 comment

Comments

@yylittlefish
Copy link

Hi,
There're many webassembly runtime to support WASI, like wasmtime, wasmer and WAVM.
WASI covers POSIX fileds including network, filesystem, clock, randam number, etc.
It seems WASI not include any UI api, right?
and I wonder if there're any wasm runtime support UI api?

@sbc100
Copy link
Member

sbc100 commented Oct 26, 2020

No, there are no UI or graphics APIs in WASI today.

There are some plans afoot for a low level framebuffer api and also a GPU API:

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

3 participants