re-use wasm test code for llvm wasm tests

This commit is contained in:
Folkert 2022-07-10 15:36:27 +02:00
parent e36f6f0908
commit 680f026c6b
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
3 changed files with 26 additions and 69 deletions

View file

@ -7,7 +7,7 @@ pub mod dev;
pub mod from_wasm32_memory;
#[cfg(feature = "gen-llvm")]
pub mod llvm;
#[cfg(feature = "gen-wasm")]
#[cfg(any(feature = "gen-wasm", feature = "gen-llvm-wasm"))]
pub mod wasm;
#[allow(dead_code)]