mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-03 11:18:31 +00:00
fix: Use sys-default feature instead of sys when building crates
This commit is contained in:
@@ -46,11 +46,11 @@ SETTINGS = {
|
||||
# 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/"
|
||||
|
||||
Reference in New Issue
Block a user