update gen_wasm README

This commit is contained in:
Brian Carroll 2021-09-28 19:06:47 +01:00
parent 02bb9028ef
commit 45c9dc8617
2 changed files with 42 additions and 26 deletions

View file

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