When I run node --jitless index.ts for this index.ts file
console.log('Hello from TypeScript!');
then I got this error message:
This is small, but maybe it could be improved by making error message a little more descriptive about lack of WebAssembly global object when V8 is running in "JIT-less" mode 🤔