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

Wasm32-wasi target support #4716

Merged
merged 8 commits into from Jul 12, 2022
Merged

Wasm32-wasi target support #4716

merged 8 commits into from Jul 12, 2022

Commits on Jul 11, 2022

  1. feat: support for target wasm32-wasi

    Signed-off-by: Richard Zak <richard@profian.com>
    Co-authored-by: Harald Hoyer <harald@profian.com>
    rjzak and haraldh committed Jul 11, 2022
    Copy the full SHA
    d41ba97 View commit details
    Browse the repository at this point in the history
  2. fixup: polling issue on Wasi

    Signed-off-by: Richard Zak <richard@profian.com>
    rjzak committed Jul 11, 2022
    Copy the full SHA
    4acce7f View commit details
    Browse the repository at this point in the history
  3. fix: wasi park with sleep

    Signed-off-by: Richard Zak <richard@profian.com>
    rjzak committed Jul 11, 2022
    Copy the full SHA
    6ade965 View commit details
    Browse the repository at this point in the history
  4. feat: wasi unit tests

    Co-authored-by: Harald Hoyer <harald@profian.com>
    Signed-off-by: Richard Zak <richard@profian.com>
    rjzak and haraldh committed Jul 11, 2022
    Copy the full SHA
    3b6cf09 View commit details
    Browse the repository at this point in the history
  5. fixup: rebase, io_panic fix

    Signed-off-by: Richard Zak <richard@profian.com>
    rjzak committed Jul 11, 2022
    Copy the full SHA
    af6a351 View commit details
    Browse the repository at this point in the history
  6. fixup: enable more tests for Wasi

    Also adding comments when a test is disabled.
    
    Signed-off-by: Richard Zak <richard@profian.com>
    rjzak committed Jul 11, 2022
    Copy the full SHA
    aeedf12 View commit details
    Browse the repository at this point in the history
  7. fixup

    Signed-off-by: Richard Zak <richard@profian.com>
    rjzak committed Jul 11, 2022
    Copy the full SHA
    4c0cf30 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. gate most Wasm32 features on unstable

    Signed-off-by: Richard Zak <richard@profian.com>
    rjzak committed Jul 12, 2022
    Copy the full SHA
    eb92668 View commit details
    Browse the repository at this point in the history