Skip to content

Commit

Permalink
refactor build script
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
  • Loading branch information
jprendes committed Jul 27, 2023
1 parent 5629c89 commit 0a0c69b
Show file tree
Hide file tree
Showing 4 changed files with 321 additions and 435 deletions.
6 changes: 6 additions & 0 deletions crates/wasmedge-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ async-wasi = {path = "../async-wasi", version = "0.0.2", optional = true}
[build-dependencies]
bindgen = {version = "0.65", default-features = false, features = ["runtime"]}
cmake = "0.1"
reqwest = { version = "0.11", default-features = false, features = ["blocking", "rustls-tls"] }
flate2 = "1"
tar = "0.4"
sha256 = "1"
lazy_static = "1.4.0"
phf = { version = "0.11", features = ["macros"] }

[dev-dependencies]
anyhow = "1"
Expand Down
Loading

0 comments on commit 0a0c69b

Please sign in to comment.