Skip to content

Commit

Permalink
Create wasmtime::Config from toml (#9811)
Browse files Browse the repository at this point in the history
* Create wasmtime::Config from toml, add --config CLI flag

* Add cli tests
  • Loading branch information
ludfjig authored Jan 27, 2025
1 parent b09b892 commit 2a5c141
Show file tree
Hide file tree
Showing 6 changed files with 376 additions and 18 deletions.
3 changes: 3 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions crates/cli-flags/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ tracing-subscriber = { workspace = true, optional = true }
rayon = { version = "1.5.0", optional = true }
wasmtime = { workspace = true }
humantime = { workspace = true }
serde = { workspace = true }
serde_derive = { workspace = true }
toml = { workspace = true }

[features]
async = ["wasmtime/async"]
Expand Down
Loading

0 comments on commit 2a5c141

Please # to comment.