wasmerio / winterjs

Winter is coming... ❄️

Home Page:https://winterjs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error: none of the selected packages contains these features: debugmozjs

liudonghua123 opened this issue · comments

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

https://github.com/wasmerio/winterjs/blob/0bf03311a1c269abe4fcec9fef536f6da8d1578e/.github/workflows/rust.yml#L57C11-L57C55

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