Unconditionally enable component-model tests (#4556)
* Unconditionally enable component-model tests * Remove an outdated test that wasn't previously being compiled * Fix a component model doc test * Try to decrease memory usage in qemu
This commit is contained in:
@@ -43,7 +43,7 @@ rustix = { version = "0.35.6", features = ["mm", "param"] }
|
||||
|
||||
[dev-dependencies]
|
||||
# depend again on wasmtime to activate its default features for tests
|
||||
wasmtime = { path = "crates/wasmtime", version = "0.40.0" }
|
||||
wasmtime = { path = "crates/wasmtime", version = "0.40.0", features = ['component-model'] }
|
||||
env_logger = "0.9.0"
|
||||
filecheck = "0.5.0"
|
||||
tempfile = "3.1.0"
|
||||
|
||||
Reference in New Issue
Block a user