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

WASIX updates after superset changes #3906

Merged
merged 8 commits into from
May 24, 2023
Merged

WASIX updates after superset changes #3906

merged 8 commits into from
May 24, 2023

Commits on May 23, 2023

  1. WASIX updates after superset changes

    - allow_multiple_wasi_versions argument is removed, this is no longer a warning
    - WASIX bus syscalls are all removed
    - fixes for the WASIX filetype
    - socket types have been reordered
    - new functions added for sock_accept_v2 and thread_spawn_v2
    - added in tracing for imports
    - removed the local thread variable syscalls
    - updated the snapshot tests
    john-sharratt committed May 23, 2023
    Configuration menu
    Copy the full SHA
    3be7413 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2aa82b8 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    f07e53c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c5dc57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54b1988 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6362a1 View commit details
    Browse the repository at this point in the history
  5. deps: Pin wasm-bindgen to a version smaller than 0.2.86

    Prevents build failures .
    theduke committed May 24, 2023
    Configuration menu
    Copy the full SHA
    a47a2a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    49e1556 View commit details
    Browse the repository at this point in the history