fix(wai-bindgen): Use sys-default feature

This commit is contained in:
Edoardo Marangoni
2025-03-07 13:37:58 +01:00
parent 24bc300d21
commit e9a8dbf75c

View File

@ -34,7 +34,7 @@ async = ["async-trait", "wai-bindgen-wasmer-impl/async"]
# Wasmer features
js = ["wasmer/js-default"]
sys = ["wasmer/sys"]
sys = ["wasmer/sys-default"]
# Wasmer compiler (with `sys` feature only)
cranelift = ["wasmer/cranelift"]