Skip to content

Commit

Permalink
Update lib/wasi/Cargo.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Enderlin <[email protected]>
  • Loading branch information
syrusakbary and Hywan authored Aug 16, 2021
1 parent 9827358 commit b4a7c35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/wasi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ test-js = [
"wasmer/wat"
]

[dev-dependencies]
[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = "0.2"

[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen-test = "0.3.0"
tracing-wasm = { version = "0.2" }

0 comments on commit b4a7c35

Please sign in to comment.