mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
repl: move wasm32_test_result to gen_wasm, and extract Wasm32Sized from FromWasm32Memory
This commit is contained in:
parent
70e19053f0
commit
e9871947d3
7 changed files with 96 additions and 63 deletions
|
@ -7,8 +7,6 @@ pub mod from_wasm32_memory;
|
|||
pub mod llvm;
|
||||
#[cfg(feature = "gen-wasm")]
|
||||
pub mod wasm;
|
||||
#[cfg(feature = "gen-wasm")]
|
||||
pub mod wasm32_test_result;
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub fn zig_executable() -> String {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue