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. r~