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

Use wasm32-wasip1 target. #277

Merged
merged 3 commits into from
Oct 27, 2024
Merged

Use wasm32-wasip1 target. #277

merged 3 commits into from
Oct 27, 2024

Commits on Oct 23, 2024

  1. Use wasm32-wasip1 target.

    Note that @rules_rust//rust/platform:wasi evaluates to wasm32-wasi,
    and there is no platform defined for wasm32-wasip1, so this doesn't
    change anything for Bazel builds.
    
    Signed-off-by: Piotr Sikora <[email protected]>
    PiotrSikora committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    76f81aa View commit details
    Browse the repository at this point in the history
  2. review: revert MSRV to wasm32-wasi.

    Signed-off-by: Piotr Sikora <[email protected]>
    PiotrSikora committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    00e1e90 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    8f6f2cd View commit details
    Browse the repository at this point in the history