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

Implement unstable WASI support #547

Merged
merged 1 commit into from
Jul 28, 2022
Merged

Implement unstable WASI support #547

merged 1 commit into from
Jul 28, 2022

Commits on Jul 28, 2022

  1. Implement unstable WASI support

    The `WebAssembly System Interface` (WASI) specifies a set of APIs that
    allow running the WebAssembly file as if it was running in a full
    operating system. The `WASI` specification is not stable yet, so `WASI`
    support is considered unstable for now and needs to be activated by
    activating the `unstable` feature. For now `stdout`, `stdin` and
    `stderr` are not hooked up and the file system is empty. We can
    incrementally explore adding files to the file system as well as hooking
    up `stdout` / `stderr` (it's unclear whether they should just log or
    allow controlling the runtime by printing commands to it).
    CryZe committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    7319df1 View commit details
    Browse the repository at this point in the history