mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
re-use wasm test code for llvm wasm tests
This commit is contained in:
parent
e36f6f0908
commit
680f026c6b
3 changed files with 26 additions and 69 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue