Skip to content

Commit

Permalink
Specify wasmer features
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelsr committed Aug 13, 2024
1 parent 2d91a4a commit 801bb1d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/proc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ uuid = { version = "1.10.0", features = [
"fast-rng", # Use a faster (but still sufficiently random) RNG
"macro-diagnostics", # Enable better diagnostics for compile-time UUIDs
] }
wasmer = { version = "4.x", default-features = false, features = ["engine"] }
wasmer = { version = "4.x", default-features = false, features = [
"engine",
"sys-default",
] }

wasmer-wasix = { version = "0.24", default-features = false, features = [
"sys",
] }
Expand Down

0 comments on commit 801bb1d

Please # to comment.