10BC0 When Node.js is run with Amaro, but also with `--jitless` flag error message about lack of `WebAssembly` global could be more descriptive · Issue #61353 · nodejs/node · GitHub
[go: up one dir, main page]

Skip to content

When Node.js is run with Amaro, but also with --jitless flag error message about lack of WebAssembly global could be more descriptive #61353

@arturgawlik

Description

@arturgawlik

When I run node --jitless index.ts for this index.ts file

console.log('Hello from TypeScript!');

then I got this error message:

Image

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 🤔

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueIssues that are suitable for first-time contributors.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0