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:
@@ -33,7 +33,6 @@ fn run_wast(wast: &str, strategy: Strategy, pooling: bool) -> anyhow::Result<()>
|
||||
.wasm_memory64(memory64)
|
||||
.cranelift_debug_verifier(true);
|
||||
|
||||
#[cfg(feature = "component-model")]
|
||||
cfg.wasm_component_model(feature_found(wast, "component-model"));
|
||||
|
||||
if feature_found(wast, "canonicalize-nan") {
|
||||
|
||||
Reference in New Issue
Block a user