repl: move wasm32_test_result to gen_wasm, and extract Wasm32Sized from FromWasm32Memory

This commit is contained in:
Brian Carroll 2022-02-06 08:48:09 +00:00
parent 70e19053f0
commit e9871947d3
7 changed files with 96 additions and 63 deletions

View file

@ -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 {