Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search for .mem in same directory as Node script #4936

Closed
wants to merge 1 commit into from

Commits on Feb 11, 2017

  1. Search for .mem in same directory as Node script

    This seems to be a common source of issues when trying to run optimized code with separate .js.mem from Node.js, while not being in the same working directory.
    
    It was possible to workaround this and set search path using memoryInitializerPrefixURL since 7e9e24, but I think it makes sense to have a nice default for 90% of cases too, which would be to search for .js.mem file in the same directory as .js itself when running using Node.js.
    RReverser authored Feb 11, 2017
    Configuration menu
    Copy the full SHA
    01b3da9 View commit details
    Browse the repository at this point in the history