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

Axum starter WASIX build issue #5342

Open
linear bot opened this issue Jan 14, 2025 · 0 comments
Open

Axum starter WASIX build issue #5342

linear bot opened this issue Jan 14, 2025 · 0 comments
Labels
25-03-07 bug Something isn't working

Comments

@linear
Copy link

linear bot commented Jan 14, 2025

While trying out the axum wasix guide, the wasix build failed for me. Cargo works just fine in general, but here wasix didn't work

To reproduce:

  1. cd $(mktemp -d) && wasmer deploy --template=axum-starter && cargo wasix build --release
  2. Change name from 'tmp.awdawd' since period is not supported in backend
  3. Expect:
error: failed to select a version for the requirement `libc = "=0.2.139"`
candidate versions found which didn't match: 0.2.151
location searched: Git repository https://github.com/wasix-org/libc.git?branch=master
required by package `tokio v1.24.2 (https://github.com/wasix-org/tokio.git?branch=wasix-1.24.2#4bc57b23)`
    ... which satisfies dependency `tokio = "=1.24.2"` of package `wasix-axum v0.1.0 (/tmp/tmp.NVgg5YVGYi)`
@linear linear bot added bug Something isn't working wasix labels Jan 14, 2025
@baalimago baalimago removed the wasix label Mar 7, 2025
@baalimago baalimago reopened this Mar 7, 2025
@baalimago baalimago added the 25-03-07 label Mar 7, 2025 — with Linear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
25-03-07 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant