Skip to content

Axum starter WASIX build issue #5342

Open
@linear

Description

@linear

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)`

Metadata

Metadata

Assignees

No one assigned

    Labels

    25-03-14bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions