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

@ -4,6 +4,10 @@ mod low_level;
mod storage;
pub mod wasm_module;
// Helpers for interfacing to a Wasm module from outside
pub mod wasm32_sized;
pub mod wasm32_test_result;
use bumpalo::{self, collections::Vec, Bump};
use roc_collections::all::{MutMap, MutSet};