mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
Get most common instruction patterns to compile
This commit is contained in:
parent
4563e2af49
commit
4f958e8a80
2 changed files with 232 additions and 221 deletions
|
@ -1,11 +1,15 @@
|
|||
mod backend;
|
||||
mod code_builder;
|
||||
pub mod from_wasm32_memory;
|
||||
mod function_builder;
|
||||
mod layout;
|
||||
mod opcodes;
|
||||
mod storage;
|
||||
|
||||
#[allow(dead_code)]
|
||||
mod function_builder;
|
||||
|
||||
#[allow(dead_code)]
|
||||
mod opcodes;
|
||||
|
||||
use bumpalo::collections::Vec;
|
||||
use bumpalo::Bump;
|
||||
use parity_wasm::builder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue