mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Make test crates only have dev dependencies and separate out wasm memory helper
This commit is contained in:
parent
c46b56bec8
commit
2ce945771e
10 changed files with 22 additions and 11 deletions
|
@ -1,11 +1,11 @@
|
|||
use bumpalo::collections::Vec;
|
||||
|
||||
use crate::helpers::from_wasm32_memory::FromWasm32Memory;
|
||||
use roc_gen_wasm::wasm_module::opcodes;
|
||||
use roc_gen_wasm::wasm_module::{
|
||||
Align, CodeBuilder, Export, ExportType, LocalId, Signature, ValueType, WasmModule,
|
||||
};
|
||||
use roc_std::{RocDec, RocList, RocOrder, RocStr};
|
||||
use test_wasm_util::from_wasm32_memory::FromWasm32Memory;
|
||||
|
||||
pub trait Wasm32TestResult {
|
||||
fn insert_test_wrapper<'a>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue