An `end` instruction after an `i32.store offset=4` instruction will be reported as an error. > 'end' unexpected:103 It seems to be the offset parameter that is causing the problem as inserting another instruction before the end alleviates the error. <img width="287" alt="Screenshot 2024-10-30 at 12 20 17 PM" src="https://github.com/user-attachments/assets/4fcb276d-8e51-453d-af16-7080d5ea96db"> <img width="288" alt="Screenshot 2024-10-30 at 12 20 03 PM" src="https://github.com/user-attachments/assets/3c6cd3ef-aa58-4f44-8861-b86eb112155f">
An
endinstruction after ani32.store offset=4instruction will be reported as an error.It seems to be the offset parameter that is causing the problem as inserting another instruction before the end alleviates the error.