mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +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
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue