mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +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,9 +7,9 @@ use std::path::{Path, PathBuf};
|
|||
use wasmer::{Memory, WasmPtr};
|
||||
|
||||
use crate::helpers::from_wasm32_memory::FromWasm32Memory;
|
||||
use crate::helpers::wasm32_test_result::Wasm32TestResult;
|
||||
use roc_can::builtins::builtin_defs_map;
|
||||
use roc_collections::all::{MutMap, MutSet};
|
||||
use roc_gen_wasm::wasm32_test_result::Wasm32TestResult;
|
||||
use roc_gen_wasm::{DEBUG_LOG_SETTINGS, MEMORY_NAME};
|
||||
|
||||
// Should manually match build.rs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue