Hi Richard, thank you for your review. > On 8/20/25 04:21, Kohei Tokunaga wrote: > > The Wasm backend is implemented based on the forked TCI backend with > > utilizing the TCI interpreter to execute TBs. > > > > Signed-off-by: Kohei Tokunaga <ktokunaga.m...@gmail.com> > > This is the wrong way to go about things. > > Don't copy the tci backend and replace it piece by piece. > Start with a clean slate and add the pieces one at a time.
Thank you for the suggestion. I'll reorganize the patches and add the pieces one at a time, starting from scratch. Regards, Kohei