Skip to content

Commit

Permalink
fix: Use sys-default feature instead of sys when building crates
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Mar 7, 2025
1 parent e9a8dbf commit e27d989
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
# compiler by default otherwise it won't work standalone
"publish_features": {
"wasmer-cli": "default,cranelift",
"wasmer-wasix": "sys,wasmer/sys",
"wasmer-wasix-types": "wasmer/sys",
"wasmer-wast": "wasmer/sys",
"wasmer-wasix": "sys,wasmer/sys-default",
"wasmer-wasix-types": "wasmer/sys-default",
"wasmer-wast": "wasmer/sys-default",
"wai-bindgen-wasmer": "sys",
"wasmer-cache": "wasmer/sys",
"wasmer-cache": "wasmer/sys-default",
},
# workspace members we want to publish but whose path doesn't start by
# "./lib/"
Expand Down

0 comments on commit e27d989

Please sign in to comment.