mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
start storage rewrite
This commit is contained in:
parent
999287e958
commit
d1bcc8d55b
2 changed files with 88 additions and 0 deletions
|
@ -11,6 +11,7 @@ use roc_target::TargetInfo;
|
|||
use std::marker::PhantomData;
|
||||
|
||||
pub mod aarch64;
|
||||
mod storage;
|
||||
pub mod x86_64;
|
||||
|
||||
const TARGET_INFO: TargetInfo = TargetInfo::default_x86_64();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue