Skip to content

Commit

Permalink
feat(rust): Add wasi-p2 target
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj committed Jan 2, 2025
1 parent a2424db commit 92c874d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthly/rust/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ rust-base:
# Ensure we have all the necessary targets
RUN rustup target add wasm32-unknown-unknown
RUN rustup target add wasm32-wasip1
# RUN rustup target add wasm32-wasip2 # wasm32-wasip2 not yet available in stable - Try again in 1.82
RUN rustup target add wasm32-wasip2 # wasm32-wasip2 not yet available in stable - Try again in 1.82
RUN rustup target add x86_64-unknown-linux-gnu
RUN rustup target add x86_64-apple-darwin
RUN rustup target add x86_64-pc-windows-gnu
Expand Down

0 comments on commit 92c874d

Please sign in to comment.