Skip to content

Commit

Permalink
Enable runtime feature for wasmtime
Browse files Browse the repository at this point in the history
  • Loading branch information
mooori committed Feb 15, 2024
1 parent 8032feb commit 4586bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cranelift/filetests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ env_logger = { workspace = true }
expect-test = { workspace = true }
smallvec = { workspace = true }
regex = { workspace = true }
wasmtime = { workspace = true, features = ["cranelift"] }
wasmtime = { workspace = true, features = ["cranelift", "runtime"] }
walkdir = { workspace = true }
tempfile = { workspace = true }

0 comments on commit 4586bef

Please sign in to comment.