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

Conversation

PiotrSikora
Copy link
Member

@PiotrSikora PiotrSikora commented Oct 23, 2024

Note that @rules_rust//rust/platform:wasi still evaluates to wasm32-wasi,
and there is no @platforms//os defined for wasip1, so this doesn't change
anything for Bazel builds.

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]>
@mpwarres
Copy link

Hmm, some of the presubmit checks failed:

error: toolchain '1.64.0-x86_64-unknown-linux-gnu' does not support target 'wasm32-wasip1'; did you mean 'wasm32-wasi'?

@PiotrSikora
Copy link
Member Author

Hmm, some of the presubmit checks failed:

error: toolchain '1.64.0-x86_64-unknown-linux-gnu' does not support target 'wasm32-wasip1'; did you mean 'wasm32-wasi'?

Fixed, thanks!

@PiotrSikora PiotrSikora merged commit 6d88ed5 into proxy-wasm:main Oct 27, 2024
21 checks passed
@PiotrSikora PiotrSikora deleted the wasip1 branch October 27, 2024 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants