1 parent dbc0564 commit a4ce265Copy full SHA for a4ce265
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