chettoy/apexsky

no-kvm compile error

Closed this issue · 1 comments

Describe the bug
An error was reported during the compilation process. It seems that there is a problem with the wasmer dependency.

To Reproduce
Steps to reproduce the behavior:

git clone --recurse https://github.com/chettoy/apexsky -b no-kvm
cd apexsky
git submodule update --init --recursive
cd apex_dma
./build.sh

Screenshots
image

Additional context
Trying to edit Cargo.toml to set wasmer version to 4.2.6 wasmer-wasix v0.18.1 but not work. Sorry I don't know much about rustc

fixed