Skip to content

Commit

Permalink
Merge pull request #3881 from kajacx/fix-missing-types-in-wai-bindgen
Browse files Browse the repository at this point in the history
Use `js-default` feature in wai-bindgen-wasmer
  • Loading branch information
syrusakbary authored May 19, 2023
2 parents cb18650 + e291c48 commit eca880f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wai-bindgen-wasmer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tracing = ["tracing-lib", "wai-bindgen-wasmer-impl/tracing"]
async = ["async-trait", "wai-bindgen-wasmer-impl/async"]

# Wasmer features
js = ["wasmer/js", "wasmer/std"]
js = ["wasmer/js-default"]
sys = ["wasmer/sys"]

# Wasmer compiler (with `sys` feature only)
Expand Down

0 comments on commit eca880f

Please sign in to comment.