Hi, I tried to build on github codespaces which is ubuntu 20.04 with cargo build --verbose --features debugmozjs, but it failed with the following error.
@liudonghua123 ➜ /workspaces/winterjs (main) $ cargo build --verbose --features debugmozjs
error: none of the selected packages contains these features: debugmozjs
@liudonghua123 ➜ /workspaces/winterjs (main) $
Hi @liudonghua123! The workflow definition is very much out of date and not used ATM. You should be able to build WinterJS simply by running 'cargo build`.
Hi, I tried to build on github codespaces which is ubuntu 20.04 with
cargo build --verbose --features debugmozjs
, but it failed with the following error.https://github.com/wasmerio/winterjs/blob/0bf03311a1c269abe4fcec9fef536f6da8d1578e/.github/workflows/rust.yml#L57C11-L57C55