Looks like WebAssembly.instantiate(...).then(...).catch(...) can't be properly evaluated due to lack of microtasks processing and message pumping in eval methods. I see a bunch of examples how to implement this in the old v8 versions, but can't understand yet what to do in 10.x, the API was changed significantly. Any chance you can advice how to proceed?