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

More work on WASI to support DOOM #336

Merged
merged 2 commits into from
Mar 21, 2020
Merged

More work on WASI to support DOOM #336

merged 2 commits into from
Mar 21, 2020

Conversation

tomaka
Copy link
Owner

@tomaka tomaka commented Mar 21, 2020

cc #323

Fixes a couple bugs, implements many functions, and implements some kind of stub for a virtual file system for WASI programs.

I've always had in mind to try provide backwards compatibility for existing programs thanks to the efforts of WASI. However I don't really know what to do with programs that read/write files on the filesystem.

As a temporary solution, I've added some kind of poorly-implemented virtual read-only filesystem. This is very much a hack in order to try make DOOM work.

@tomaka tomaka mentioned this pull request Mar 21, 2020
@tomaka tomaka merged commit 2fb0f2d into master Mar 21, 2020
@tomaka tomaka deleted the moar-wasi branch March 21, 2020 18:55
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

Successfully merging this pull request may close these issues.

1 participant