formatting

This commit is contained in:
Brian Carroll 2022-11-21 19:51:21 +00:00
parent 880ef2704c
commit 9353c25826
No known key found for this signature in database
GPG key ID: 9CF4E3BF9C4722C7

View file

@ -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);