fix: Use sys-default feature instead of sys when building crates

This commit is contained in:
Edoardo Marangoni
2025-03-07 13:38:21 +01:00
parent e9a8dbf75c
commit e27d989473

View File

@@ -46,11 +46,11 @@ SETTINGS = {
# compiler by default otherwise it won't work standalone # compiler by default otherwise it won't work standalone
"publish_features": { "publish_features": {
"wasmer-cli": "default,cranelift", "wasmer-cli": "default,cranelift",
"wasmer-wasix": "sys,wasmer/sys", "wasmer-wasix": "sys,wasmer/sys-default",
"wasmer-wasix-types": "wasmer/sys", "wasmer-wasix-types": "wasmer/sys-default",
"wasmer-wast": "wasmer/sys", "wasmer-wast": "wasmer/sys-default",
"wai-bindgen-wasmer": "sys", "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 # workspace members we want to publish but whose path doesn't start by
# "./lib/" # "./lib/"