mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Skip relocations for test_wrapper since we don't run a linker on it anyway.
This commit is contained in:
parent
b541802819
commit
99b08ad395
4 changed files with 26 additions and 87 deletions
|
@ -3,12 +3,10 @@ pub mod code_builder;
|
|||
pub mod from_wasm32_memory;
|
||||
mod layout;
|
||||
pub mod module_builder;
|
||||
pub mod opcodes;
|
||||
pub mod serialize;
|
||||
mod storage;
|
||||
|
||||
#[allow(dead_code)]
|
||||
mod opcodes;
|
||||
|
||||
use bumpalo::{self, collections::Vec, Bump};
|
||||
use parity_wasm::builder;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue