Skip to content

Commit

Permalink
Merge with upstream (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhil authored Aug 30, 2024
2 parents 138cf1b + d679931 commit 9a7d6f9
Show file tree
Hide file tree
Showing 86 changed files with 10,551 additions and 3,076 deletions.
103 changes: 73 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ wasmtime-cranelift = { workspace = true, optional = true }
wasmtime-environ = { workspace = true }
wasmtime-explorer = { workspace = true, optional = true }
wasmtime-wast = { workspace = true, optional = true }
wasi-common = { workspace = true, default-features = true, features = ["exit"], optional = true }
wasi-common = { workspace = true, default-features = true, features = ["exit", "tokio"], optional = true }
wasmtime-wasi = { workspace = true, default-features = true, optional = true }
wasmtime-wasi-nn = { workspace = true, optional = true }
wasmtime-wasi-runtime-config = { workspace = true, optional = true }
Expand Down Expand Up @@ -113,7 +113,7 @@ test-programs-artifacts = { workspace = true }
bytesize = "1.3.0"
wit-component = { workspace = true }
cranelift-filetests = { workspace = true }
cranelift-codegen = { workspace = true }
cranelift-codegen = { workspace = true, features = ["disas", "trace-log", "timing"] }
cranelift-reader = { workspace = true }
toml = { workspace = true }
similar = { workspace = true }
Expand Down Expand Up @@ -391,6 +391,7 @@ default = [
# cost, so allow disabling this through disabling of our own `default`
# feature.
"clap/default",
"clap/wrap_help",
]

# ========================================
Expand Down Expand Up @@ -473,7 +474,7 @@ explore = ["dep:wasmtime-explorer", "dep:tempfile"]
wast = ["dep:wasmtime-wast"]
config = ["cache"]
compile = ["cranelift"]
run = ["dep:wasmtime-wasi", "wasmtime/runtime", "dep:listenfd", "dep:wasi-common"]
run = ["dep:wasmtime-wasi", "wasmtime/runtime", "dep:listenfd", "dep:wasi-common", "dep:tokio"]

[[test]]
name = "host_segfault"
Expand Down
Loading

0 comments on commit 9a7d6f9

Please sign in to comment.