mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
formatting
This commit is contained in:
parent
880ef2704c
commit
9353c25826
1 changed files with 1 additions and 2 deletions
|
@ -70,8 +70,7 @@ pub fn build_app_binary<'a>(
|
|||
host_module: WasmModule<'a>,
|
||||
procedures: MutMap<(Symbol, ProcLayout<'a>), Proc<'a>>,
|
||||
) -> std::vec::Vec<u8> {
|
||||
let (mut wasm_module, called_fns, _) =
|
||||
build_app_module(env, interns, host_module, procedures);
|
||||
let (mut wasm_module, called_fns, _) = build_app_module(env, interns, host_module, procedures);
|
||||
|
||||
wasm_module.eliminate_dead_code(env.arena, called_fns);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue