mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
update gen_wasm README
This commit is contained in:
parent
02bb9028ef
commit
45c9dc8617
2 changed files with 42 additions and 26 deletions
|
@ -204,7 +204,7 @@ impl<'a> WasmBackend<'a> {
|
|||
let frame_pointer = self.get_or_create_frame_pointer();
|
||||
|
||||
// initialise the local with the appropriate address
|
||||
// TODO: skip this the first time, no point adding zero offset!
|
||||
// TODO: skip this the first time, no point generating code to add zero offset!
|
||||
self.instructions.extend([
|
||||
GetLocal(frame_pointer.0),
|
||||
I32Const(offset),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue