1 parent 33ebf0c commit 77c7e04Copy full SHA for 77c7e04
1 file changed
tests/typed_host_no_dynamic_contract_tests.rs
@@ -7,7 +7,7 @@ use std::collections::BTreeSet;
7
not(target_family = "wasm")
8
))]
9
use vm::http_host_catalog;
10
-#[cfg(all(feature = "runtime", not(target_arch = "wasm32")))]
+#[cfg(feature = "runtime")]
11
use vm::sqlite_host_catalog;
12
#[cfg(feature = "runtime")]
13
use vm::{HostApiCatalog, jit_host_catalog, standard_host_catalog};
0 commit comments