mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Trim load_symbols_for_call
This commit is contained in:
parent
87ef10a4e5
commit
10b0357140
3 changed files with 4 additions and 77 deletions
|
@ -1329,7 +1329,6 @@ impl<'a, 'r> WasmBackend<'a, 'r> {
|
|||
let name = foreign_symbol.as_str();
|
||||
let wasm_layout = WasmLayout::new(self.layout_interner, *ret_layout);
|
||||
self.storage.load_symbols_for_call(
|
||||
self.env.arena,
|
||||
&mut self.code_builder,
|
||||
arguments,
|
||||
ret_sym,
|
||||
|
@ -1359,7 +1358,6 @@ impl<'a, 'r> WasmBackend<'a, 'r> {
|
|||
}
|
||||
|
||||
self.storage.load_symbols_for_call(
|
||||
self.env.arena,
|
||||
&mut self.code_builder,
|
||||
arguments,
|
||||
ret_sym,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue