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

fix: enable wasip2 feature for wasm32-wasip2 target #305

Merged
merged 4 commits into from
Nov 8, 2024

Commits on Nov 8, 2024

  1. fix: enable wasip2 feature for wasm32-wasip2 target

    Signed-off-by: Colin Murphy <cdmurph32@gmail.com>
    cdmurph32 authored and Stebalien committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    0255a80 View commit details
    Browse the repository at this point in the history
  2. Add "unstable" feature for wasip2 stdlib

    Signed-off-by: Colin Murphy <cdmurph32@gmail.com>
    cdmurph32 authored and Stebalien committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    e880718 View commit details
    Browse the repository at this point in the history
  3. switch from unstable feature to nightly feature

    I forgot we had this feature already (and it's already being used for
    wasi-related things anyways).
    Stebalien committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    90cb622 View commit details
    Browse the repository at this point in the history
  4. ci: test wasip2

    Stebalien committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    02887e9 View commit details
    Browse the repository at this point in the history