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

chore: switch to wasm32-wasip1 target #753

Merged
merged 1 commit into from
Nov 26, 2024
Merged

Commits on Nov 26, 2024

  1. chore: switch to wasm32-wasip1 target

    Rust 1.81.0 now issues a warning for the usage of wasm32-wasi target and suggests
    users to switch to wasm32-wasip1 target. Since we have bumped the minimal rustc version
    to 1.81.0 in rust-toolchain.toml, we should switch to this new target.
    
    This commit does a whole replace of 'wasm32-wasi -> wasm32-wasip1'.
    
    Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
    Mossaka committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    fd58321 View commit details
    Browse the repository at this point in the history