mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Fix compile errors in wasm tests
This commit is contained in:
parent
ddddb7d4f1
commit
04fcf89653
5 changed files with 6 additions and 3 deletions
|
@ -7,7 +7,6 @@ use std::process::Command;
|
|||
|
||||
use roc_builtins::bitcode::IntWidth;
|
||||
use roc_collections::{MutMap, MutSet};
|
||||
use roc_gen_wasm::wasm_module::WasmModule;
|
||||
use roc_module::ident::{ForeignSymbol, ModuleName};
|
||||
use roc_module::low_level::LowLevel;
|
||||
use roc_module::symbol::{
|
||||
|
@ -19,6 +18,7 @@ use roc_mono::ir::{
|
|||
UpdateModeId,
|
||||
};
|
||||
use roc_mono::layout::{Builtin, CapturesNiche, LambdaName, Layout, STLayoutInterner};
|
||||
use roc_wasm_module::WasmModule;
|
||||
use wasm3::{Environment, Module};
|
||||
|
||||
const LINKING_TEST_HOST_WASM: &str = "build/wasm_linking_test_host.wasm";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue