You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change name from 'tmp.awdawd' since period is not supported in backend
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)`
The text was updated successfully, but these errors were encountered:
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:
cd $(mktemp -d) && wasmer deploy --template=axum-starter && cargo wasix build --release
The text was updated successfully, but these errors were encountered: