mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-22 16:35:33 +00:00
fix(wai-bindgen): Use sys-default
feature
This commit is contained in:
@ -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"]
|
||||
|
Reference in New Issue
Block a user