Get function_builder compiling

This commit is contained in:
Brian Carroll 2021-10-22 10:38:53 +02:00
parent dc80623d45
commit 4563e2af49
4 changed files with 415 additions and 190 deletions

View file

@ -13,7 +13,7 @@ use roc_mono::layout::{Builtin, Layout};
use crate::code_builder::CodeBuilder;
use crate::layout::WasmLayout;
use crate::storage::{StackMemoryLocation, Storage, StoredValue, StoredValueKind};
use crate::storage::{Storage, StoredValue, StoredValueKind};
use crate::{
copy_memory, pop_stack_frame, push_stack_frame, CopyMemoryConfig, Env, LocalId, PTR_TYPE,
};