Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Oct 17, 2022
1 parent 66b0cfb commit 81420d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/swc_plugin_runner/Cargo.toml
Expand Up @@ -51,8 +51,8 @@ swc_plugin_proxy = { version = "0.22.11", path = "../swc_plugin_proxy" }

tracing = "0.1.32"
wasmer = { version = "2.3.0", default-features = false }
wasmer-compiler-cranelift = "2.3.0"
wasmer-engine-universal = "2.3.0"
wasmer-compiler-cranelift = { version = "2.3.0", default-features = false }
wasmer-engine-universal = { version = "2.3.0", default-features = false }
wasmer-wasi = { version = "2.3.0", default-features = false }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
Expand Down

0 comments on commit 81420d8

Please sign in to comment.