-
Notifications
You must be signed in to change notification settings - Fork 37
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
Have a working browser #55
Comments
I've started a branch of servo that envisions to compile for wasi: https://github.com/tomaka/servo/tree/wasi-hack Unfixed problems:
Note that this concerns only compiling Servo. Actually running it will probably uncover a lot more issues, for example Servo trying to spawn threads or accessing files. |
The solution to having to support OpenGL could be to port the software renderer of |
cc #701 |
It will be cool to pass WebASM from websites directly to run on the OS WASI :P |
That's obviously the biggest milestone.
Compiling an existing browser engine to WASI and running.
The text was updated successfully, but these errors were encountered: