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: update WASI version to snapshot1 #30980

Closed
wants to merge 4 commits into from
Closed

Commits on Dec 17, 2019

  1. deps,src,test: update to uvwasi 0.0.3

    This commit updates to uvwasi 0.0.3, which implements a newer
    version of the WASI spec, snapshot_1. Since the WASI API has
    changed, this also requires updating the WebAssembly memory
    interfacing logic and recompiling the WASI tests with a
    version of wasi-libc that supports snapshot_1.
    cjihrig committed Dec 17, 2019
    Copy the full SHA
    04766a5 View commit details
    Browse the repository at this point in the history
  2. doc,lib,src,test: rename WASI CLI flag

    The WASI API has moved from preview0 to preview1. This commit
    updates the CLI flag accordingly.
    cjihrig committed Dec 17, 2019
    Copy the full SHA
    356bbdd View commit details
    Browse the repository at this point in the history
  3. test: remove obsolete WASI test

    test-wasi-binding.js was added during the initial WASI
    development, but it is now considered obsolete. It also does
    not provide any additional test coverage. This commit removes
    it.
    cjihrig committed Dec 17, 2019
    Copy the full SHA
    4840c43 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a20e2db View commit details
    Browse the repository at this point in the history