I'm currently in the process of porting my 2048 Solver - a few things I've observed:<p>- Threading isn't currently supported so don't expect great performance from code leveraging go routines.<p>- CPU heavy code tanks rendering so definitely consider wrapping your WASM logic inside a web worker.<p>- You may need to pause execution to allow any JS event handlers you've defined to fire.