mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
Rename CodeBuilder::finalize -> CodeBuilder::build_fn_header
We actually have a few more steps to go after this one!
This commit is contained in:
parent
c7baaceae9
commit
a61987e032
3 changed files with 6 additions and 8 deletions
|
@ -183,7 +183,7 @@ impl<'a> WasmBackend<'a> {
|
|||
self.end_block();
|
||||
|
||||
// Write local declarations and stack frame push/pop code
|
||||
self.code_builder.finalize(
|
||||
self.code_builder.build_fn_header(
|
||||
&self.storage.local_types,
|
||||
self.storage.stack_frame_size,
|
||||
self.storage.stack_frame_pointer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue